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_...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/7d25958453a60337bcb7bcc986e270792c007ea4 Modified Files -------------- src/backend/replication/logical/launcher.c | 1 + src/backend/replication/slot.c | 4 ++-- src/backend/replication/walsender.c | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-)