pgsql: Clean up some GUC declarations and comments - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Clean up some GUC declarations and comments
Date
Msg-id E1onC9Q-000hQL-HM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Fix readlink() for non-PostgreSQL junction points on Windows.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Update outdated comment for TransactionIdSetTreeStatus