Skip to content
Snippets Groups Projects
Commit 6bf1e766 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Small punctuation editing of postgresql.conf.sample

parent 2a7f6366
No related branches found
No related tags found
No related merge requests found
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
# - Asynchronous Behavior - # - Asynchronous Behavior -
#effective_io_concurrency = 1 # 1-1000. 0 disables prefetching #effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
# - Sending Server(s) - # - 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 #max_wal_senders = 0 # max number of walsender processes
# (change requires restart) # (change requires restart)
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
# - Master Server - # - 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 #synchronous_standby_names = '' # standby servers that provide sync rep
# comma-separated list of application_name # comma-separated list of application_name
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
# - Standby Servers - # - 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 #hot_standby = off # "on" allows queries during recovery
# (change requires restart) # (change requires restart)
...@@ -536,6 +536,7 @@ ...@@ -536,6 +536,7 @@
#max_pred_locks_per_transaction = 64 # min 10 #max_pred_locks_per_transaction = 64 # min 10
# (change requires restart) # (change requires restart)
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# VERSION/PLATFORM COMPATIBILITY # VERSION/PLATFORM COMPATIBILITY
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment