Fix range for commit_siblings in sample conf

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: f8a0ea8965568d65e5edf05635d2b00c53a7dd51
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-11-12T12:51:53Z
Releases: 14.21
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

Files

PathChange+/−
src/backend/utils/misc/postgresql.conf.sample modified +1 −1

Discussion