]> granicus.if.org Git - postgresql/commitdiff
Small punctuation editing of postgresql.conf.sample
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 14 May 2012 01:14:35 +0000 (04:14 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 14 May 2012 01:50:39 +0000 (04:50 +0300)
src/backend/utils/misc/postgresql.conf.sample

index 8feedc4a19f3dda03050fe80b22c93f4944d330e..fa75d00f70872bbe7b48192861baf89ec236db98 100644 (file)
 
 # - Asynchronous Behavior -
 
-#effective_io_concurrency = 1          # 1-1000. 0 disables prefetching
+#effective_io_concurrency = 1          # 1-1000; 0 disables prefetching
 
 
 #------------------------------------------------------------------------------
 
 # - Sending Server(s) -
 
-# Set these on the master and on any standby that will send replication data
+# Set these on the master and on any standby that will send replication data.
 
 #max_wal_senders = 0           # max number of walsender processes
                                # (change requires restart)
 
 # - Master Server -
 
-# These settings are ignored on a standby server
+# These settings are ignored on a standby server.
 
 #synchronous_standby_names = ''        # standby servers that provide sync rep
                                # comma-separated list of application_name
 
 # - Standby Servers -
 
-# These settings are ignored on a master server
+# These settings are ignored on a master server.
 
 #hot_standby = off                     # "on" allows queries during recovery
                                        # (change requires restart)
 #max_pred_locks_per_transaction = 64   # min 10
                                        # (change requires restart)
 
+
 #------------------------------------------------------------------------------
 # VERSION/PLATFORM COMPATIBILITY
 #------------------------------------------------------------------------------