Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4712177

Browse files
committed
postgresql.conf: align variable comments, mostly new ones
Backpatch-through: master
1 parent07746a8 commit4712177

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252

5353
# - SLRU Buffers (change requires restart) -
5454

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)
6262

6363
#------------------------------------------------------------------------------
6464
# CONNECTIONS AND AUTHENTICATION
@@ -176,7 +176,7 @@
176176
# in kilobytes, or -1 for no limit
177177

178178
#max_notify_queue_pages = 1048576# limits the number of SLRU pages allocated
179-
# for NOTIFY / LISTEN queue
179+
# for NOTIFY / LISTEN queue
180180

181181
# - Kernel Resources -
182182

@@ -314,8 +314,8 @@
314314

315315
# - WAL Summarization -
316316

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
319319

320320

321321
#------------------------------------------------------------------------------
@@ -344,7 +344,7 @@
344344
# method to choose sync standbys, number of sync standbys,
345345
# and comma-separated list of application_name
346346
# 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
348348
# logical walsender processes will wait for
349349

350350
# - Standby Servers -
@@ -373,7 +373,7 @@
373373
#wal_retrieve_retry_interval = 5s# time to wait before retrying to
374374
# retrieve WAL after a failed attempt
375375
#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
377377

378378
# - Subscribers -
379379

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp