Skip to content

Commit f8a0ea8

Browse files
Fix range for commit_siblings in sample conf
The range for commit_siblings was incorrectly listed as starting on 1 instead of 0 in the sample configuration file. Backpatch down to all supported branches. Author: Man Zeng <zengman@halodbtech.com> Reviewed-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/tencent_53B70BA72303AE9C6889E78E@qq.com Backpatch-through: 14
1 parent 9ad034b commit f8a0ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
#wal_skip_threshold = 2MB
230230

231231
#commit_delay = 0 # range 0-100000, in microseconds
232-
#commit_siblings = 5 # range 1-1000
232+
#commit_siblings = 5 # range 0-1000
233233

234234
# - Checkpoints -
235235

0 commit comments

Comments
 (0)