[csw-devel] SF.net SVN: gar:[16373] csw/mgar/pkg/postgresql/branches/postgresql-8. 3-raos/files/postgresql.conf.tmpl

guengel at users.sourceforge.net guengel at users.sourceforge.net
Sun Dec 4 21:38:43 CET 2011


Revision: 16373
          http://gar.svn.sourceforge.net/gar/?rev=16373&view=rev
Author:   guengel
Date:     2011-12-04 20:38:43 +0000 (Sun, 04 Dec 2011)
Log Message:
-----------
postgresql/branches/postgresql-8.3-raos: Introduced the SHUTDOWNMODE. Amended SERVEROPTS.

Modified Paths:
--------------
    csw/mgar/pkg/postgresql/branches/postgresql-8.3-raos/files/postgresql.conf.tmpl

Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.3-raos/files/postgresql.conf.tmpl
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.3-raos/files/postgresql.conf.tmpl	2011-12-04 20:37:23 UTC (rev 16372)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.3-raos/files/postgresql.conf.tmpl	2011-12-04 20:38:43 UTC (rev 16373)
@@ -10,13 +10,25 @@
 # Default : @PGDATA@
 PGDATA=@PGDATA@
 
+# The shutdown mode used
+#
+# Shutdown modes are:
+#  smart       quit after all clients have disconnected
+#  fast        quit directly, with proper shutdown
+#  immediate   quit without complete shutdown; will lead to recovery on restart
+#
+# Default: fast
+SHUTDOWNMODE=fast
+
 # Additional options to pass to postmaster.
 # 
 # These options will be passed to the postmaster program. The most common use
 # of these is to allow network access to PostgreSQL from other hosts over
-# TCP/IP.  This is done by using the flags "-o -i", as in the example below.
+# TCP/IP.  This is done by using the flags "-i", as in the example below.
 # Uncomment this line to enable network access to PostgreSQL.  Note that you
 # will still need to configure authentication in the pg_hba.conf in your data
 # directory.
+#
+# Please note: it is no longer necessary to pass the '-o' option.
 # 
-# SERVEROPTS="-o -i"
+# SERVEROPTS="-i"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list