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

Commitb6dbbaa

Browse files
committed
Move new SLRU buffers GUCs to a better place in postgresql.conf.sample
They were under "File Locations", which doesn't make sense. Move themto Resource Usage / Memory, which matches their categorization in thesource code and in the documentation.
1 parentfbff304 commitb6dbbaa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@
5050
#external_pid_file = ''# write an extra PID file
5151
# (change requires restart)
5252

53-
# - SLRU Buffers (change requires restart) -
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)
6253

6354
#------------------------------------------------------------------------------
6455
# CONNECTIONS AND AUTHENTICATION
@@ -170,6 +161,15 @@
170161
# 0 to disable vacuum buffer access strategy;
171162
# range 128kB to 16GB
172163

164+
# SLRU buffers (change requires restart)
165+
#commit_timestamp_buffers = 0# memory for pg_commit_ts (0 = auto)
166+
#multixact_offset_buffers = 16# memory for pg_multixact/offsets
167+
#multixact_member_buffers = 32# memory for pg_multixact/members
168+
#notify_buffers = 16# memory for pg_notify
169+
#serializable_buffers = 32# memory for pg_serial
170+
#subtransaction_buffers = 0# memory for pg_subtrans (0 = auto)
171+
#transaction_buffers = 0# memory for pg_xact (0 = auto)
172+
173173
# - Disk -
174174

175175
#temp_file_limit = -1# limits per-process temp file space

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp