Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b6dbbaa

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 them to Resource Usage / Memory, which matches their categorization in the source code and in the documentation.
1 parent fbff304 commit b6dbbaa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

+9-9
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)