aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2012-05-14 04:14:35 +0300
committerPeter Eisentraut <peter_e@gmx.net>2012-05-14 04:50:39 +0300
commit6bf1e7668dbdb5f97ae3b06f63bc0525be9d5387 (patch)
treed8ffa549f52ddff64cd358acacfa552bde9e6c4b /src
parent2a7f6366409d54e9a61e2b7ba0277b7cdf15dbdc (diff)
downloadpostgresql-6bf1e7668dbdb5f97ae3b06f63bc0525be9d5387.tar.gz
postgresql-6bf1e7668dbdb5f97ae3b06f63bc0525be9d5387.zip
Small punctuation editing of postgresql.conf.sample
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 8feedc4a19f..fa75d00f708 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -150,7 +150,7 @@
# - Asynchronous Behavior -
-#effective_io_concurrency = 1 # 1-1000. 0 disables prefetching
+#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
#------------------------------------------------------------------------------
@@ -204,7 +204,7 @@
# - 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)
@@ -213,7 +213,7 @@
# - 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
@@ -222,7 +222,7 @@
# - 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)
@@ -536,6 +536,7 @@
#max_pred_locks_per_transaction = 64 # min 10
# (change requires restart)
+
#------------------------------------------------------------------------------
# VERSION/PLATFORM COMPATIBILITY
#------------------------------------------------------------------------------