Fix range for commit_siblings in sample conf
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 12 Nov 2025 12:51:53 +0000 (13:51 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Wed, 12 Nov 2025 12:51:53 +0000 (13:51 +0100)
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

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

index 7bf891a9020b71226e89f32e30e80387a19b948f..df65dfc76d13c7fb9afb472be209eb5002470e3a 100644 (file)
 #wal_skip_threshold = 2MB
 
 #commit_delay = 0          # range 0-100000, in microseconds
-#commit_siblings = 5           # range 1-1000
+#commit_siblings = 5           # range 0-1000
 
 # - Checkpoints -