Skip to content

Commit e11e24b

Browse files
committed
Formatting improvements in config file samples
1 parent 8c9387c commit e11e24b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/backend/access/transam/recovery.conf.sample

+5-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@
6666
# If you want to stop rollforward at a specific point, you
6767
# must set a recovery target.
6868
#
69-
# You may set a recovery target either by transactionId, by name,
70-
# by timestamp or by WAL location (LSN). Recovery may either include or
71-
# exclude the transaction(s) with the recovery target value (ie, stop either
72-
# just after or just before the given target, respectively).
69+
# You may set a recovery target either by transactionId, by name, by
70+
# timestamp or by WAL location (LSN). Recovery may either include or
71+
# exclude the transaction(s) with the recovery target value (i.e.,
72+
# stop either just after or just before the given target,
73+
# respectively).
7374
#
7475
#
7576
#recovery_target_name = '' # e.g. 'daily backup 2011-01-26'

src/backend/utils/misc/postgresql.conf.sample

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#ssl_key_file = 'server.key'
8585
#ssl_ca_file = ''
8686
#ssl_crl_file = ''
87-
#password_encryption = md5 # md5, scram-sha-256 or plain
87+
#password_encryption = md5 # md5, scram-sha-256, or plain
8888
#db_user_namespace = off
8989
#row_security = on
9090

@@ -162,7 +162,7 @@
162162
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
163163
#max_worker_processes = 8 # (change requires restart)
164164
#max_parallel_workers_per_gather = 2 # taken from max_parallel_workers
165-
#max_parallel_workers = 8 # maximum number of max_worker_processes that
165+
#max_parallel_workers = 8 # maximum number of max_worker_processes that
166166
# can be used in parallel queries
167167
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
168168
# (change requires restart)
@@ -245,7 +245,7 @@
245245
# These settings are ignored on a standby server.
246246

247247
#synchronous_standby_names = '' # standby servers that provide sync rep
248-
# method to choose sync standbys, number of sync standbys
248+
# method to choose sync standbys, number of sync standbys,
249249
# and comma-separated list of application_name
250250
# from standby(s); '*' = all
251251
#vacuum_defer_cleanup_age = 0 # number of xacts by which cleanup is delayed

0 commit comments

Comments
 (0)