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

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

  1. doc: Fix description of some GUCs in docs and postgresql.conf.sample