Skip to content

Commit 6ae5228

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 3a438e4 commit 6ae5228

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
@@ -256,7 +256,7 @@
256256
#wal_skip_threshold = 2MB
257257

258258
#commit_delay = 0 # range 0-100000, in microseconds
259-
#commit_siblings = 5 # range 1-1000
259+
#commit_siblings = 5 # range 0-1000
260260

261261
# - Checkpoints -
262262

0 commit comments

Comments
 (0)