File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 66
66
# If you want to stop rollforward at a specific point, you
67
67
# must set a recovery target.
68
68
#
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).
73
74
#
74
75
#
75
76
#recovery_target_name = '' # e.g. 'daily backup 2011-01-26'
Original file line number Diff line number Diff line change 84
84
#ssl_key_file = 'server.key'
85
85
#ssl_ca_file = ''
86
86
#ssl_crl_file = ''
87
- #password_encryption = md5 # md5, scram-sha-256 or plain
87
+ #password_encryption = md5 # md5, scram-sha-256, or plain
88
88
#db_user_namespace = off
89
89
#row_security = on
90
90
162
162
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
163
163
#max_worker_processes = 8 # (change requires restart)
164
164
#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
166
166
# can be used in parallel queries
167
167
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
168
168
# (change requires restart)
245
245
# These settings are ignored on a standby server.
246
246
247
247
#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,
249
249
# and comma-separated list of application_name
250
250
# from standby(s); '*' = all
251
251
#vacuum_defer_cleanup_age = 0 # number of xacts by which cleanup is delayed
You can’t perform that action at this time.
0 commit comments