Clean up some GUC declarations and comments
authorMichael Paquier <michael@paquier.xyz>
Tue, 25 Oct 2022 05:06:07 +0000 (14:06 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 25 Oct 2022 05:06:07 +0000 (14:06 +0900)
commit7d25958453a60337bcb7bcc986e270792c007ea4
tree75231511c9260a725532c2bdd4bc59c38c19ef6b
parente109e43921d21d069c03f18d7c9d8f4e5cb6a0c3
Clean up some GUC declarations and comments

This adjusts a few things for GUCs related to logical replication,
replication slots and WAL senders, in the shape of incorrect comments
and values inconsistent with their initial default value.

Author: Peter Smith
Reviewed-by: Nathan Bossart, Tom Lane, Justin Pryzby
Discussion: https://postgr.es/m/CAHut+PtHE0XSfjjRQ6D4v7+dqzCw=d+1a64ujra4EX8aoc_Z+w@mail.gmail.com
src/backend/replication/logical/launcher.c
src/backend/replication/slot.c
src/backend/replication/walsender.c