|
52 | 52 |
|
53 | 53 | # - SLRU Buffers (change requires restart) -
|
54 | 54 |
|
55 |
| -#commit_timestamp_buffers = 0 # memory for pg_commit_ts (0 = auto) |
56 |
| -#multixact_offset_buffers = 16 # memory for pg_multixact/offsets |
57 |
| -#multixact_member_buffers = 32 # memory for pg_multixact/members |
58 |
| -#notify_buffers = 16 # memory for pg_notify |
59 |
| -#serializable_buffers = 32 # memory for pg_serial |
60 |
| -#subtransaction_buffers = 0 # memory for pg_subtrans (0 = auto) |
61 |
| -#transaction_buffers = 0 # memory for pg_xact (0 = auto) |
| 55 | +#commit_timestamp_buffers = 0 # memory for pg_commit_ts (0 = auto) |
| 56 | +#multixact_offset_buffers = 16 # memory for pg_multixact/offsets |
| 57 | +#multixact_member_buffers = 32 # memory for pg_multixact/members |
| 58 | +#notify_buffers = 16 # memory for pg_notify |
| 59 | +#serializable_buffers = 32 # memory for pg_serial |
| 60 | +#subtransaction_buffers = 0 # memory for pg_subtrans (0 = auto) |
| 61 | +#transaction_buffers = 0 # memory for pg_xact (0 = auto) |
62 | 62 |
|
63 | 63 | #------------------------------------------------------------------------------
|
64 | 64 | # CONNECTIONS AND AUTHENTICATION
|
|
176 | 176 | # in kilobytes, or -1 for no limit
|
177 | 177 |
|
178 | 178 | #max_notify_queue_pages = 1048576 # limits the number of SLRU pages allocated
|
179 |
| - # for NOTIFY / LISTEN queue |
| 179 | + # for NOTIFY / LISTEN queue |
180 | 180 |
|
181 | 181 | # - Kernel Resources -
|
182 | 182 |
|
|
314 | 314 |
|
315 | 315 | # - WAL Summarization -
|
316 | 316 |
|
317 |
| -#summarize_wal = off # run WAL summarizer process? |
318 |
| -#wal_summary_keep_time = '10d' # when to remove old summary files, 0 = never |
| 317 | +#summarize_wal = off # run WAL summarizer process? |
| 318 | +#wal_summary_keep_time = '10d' # when to remove old summary files, 0 = never |
319 | 319 |
|
320 | 320 |
|
321 | 321 | #------------------------------------------------------------------------------
|
|
344 | 344 | # method to choose sync standbys, number of sync standbys,
|
345 | 345 | # and comma-separated list of application_name
|
346 | 346 | # from standby(s); '*' = all
|
347 |
| -#standby_slot_names = '' # streaming replication standby server slot names that |
| 347 | +#standby_slot_names = '' # streaming replication standby server slot names that |
348 | 348 | # logical walsender processes will wait for
|
349 | 349 |
|
350 | 350 | # - Standby Servers -
|
|
373 | 373 | #wal_retrieve_retry_interval = 5s # time to wait before retrying to
|
374 | 374 | # retrieve WAL after a failed attempt
|
375 | 375 | #recovery_min_apply_delay = 0 # minimum delay for applying changes during recovery
|
376 |
| -#sync_replication_slots = off # enables slot synchronization on the physical standby from the primary |
| 376 | +#sync_replication_slots = off # enables slot synchronization on the physical standby from the primary |
377 | 377 |
|
378 | 378 | # - Subscribers -
|
379 | 379 |
|
|
0 commit comments