Incorrect GUC descriptions in docs and postgresql.conf.sample
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Justin Pryzby <pryzby@telsasoft.com>
Date: 2021-05-26T01:34:46Z
Lists: pgsql-hackers
Attachments
- guc-docfixes.patch (text/x-diff) patch
Hi all, I got curious with what Justin just told here with max_logical_replication_workers: https://www.postgresql.org/message-id/20210526001359.GE3676@telsasoft.com And while looking at the full set of GUCs, I noticed much more than one parameter that needed adjustments in the documentation when these are PGC_SIGHUP or PGC_POSTMASTER, leading me to the attached patch. Any comments or objections? Thanks, -- Michael
Commits
-
doc: Fix description of some GUCs in docs and postgresql.conf.sample
- 521a812f0f5c 9.6.23 landed
- 9395672a52d6 10.18 landed
- b1a1f775bc90 11.13 landed
- 99d6dd3b4d94 12.8 landed
- 0ab64ab318f2 13.4 landed
- 2941138e60fc 14.0 landed