summaryrefslogtreecommitdiff
path: root/src/backend/utils
diff options
context:
space:
mode:
authorPeter Eisentraut2017-06-09 18:38:33 +0000
committerPeter Eisentraut2017-06-09 18:38:33 +0000
commite11e24b1ed619ca329a532e5e5ae8b4e5e728f71 (patch)
treedca7ad84f272e10a77b23e4d2ed6d75a803cea77 /src/backend/utils
parent8c9387c55e67ca7c23bb8ffd7e8342cca7be127b (diff)
Formatting improvements in config file samples
Diffstat (limited to 'src/backend/utils')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index fceef14c78a..2b1ebb797ec 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -84,7 +84,7 @@
#ssl_key_file = 'server.key'
#ssl_ca_file = ''
#ssl_crl_file = ''
-#password_encryption = md5 # md5, scram-sha-256 or plain
+#password_encryption = md5 # md5, scram-sha-256, or plain
#db_user_namespace = off
#row_security = on
@@ -162,7 +162,7 @@
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
#max_worker_processes = 8 # (change requires restart)
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
-#max_parallel_workers = 8 # maximum number of max_worker_processes that
+#max_parallel_workers = 8 # maximum number of max_worker_processes that
# can be used in parallel queries
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
# (change requires restart)
@@ -245,7 +245,7 @@
# These settings are ignored on a standby server.
#synchronous_standby_names = '' # standby servers that provide sync rep
- # method to choose sync standbys, number of sync standbys
+ # method to choose sync standbys, number of sync standbys,
# and comma-separated list of application_name
# from standby(s); '*' = all
#vacuum_defer_cleanup_age = 0 # number of xacts by which cleanup is delayed