pgsql: Clean up some GUC declarations and comments

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up some GUC declarations and comments
Date: 2022-10-25 05:06:57
Message-ID: E1onC9Q-000hQL-HM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2022-10-25 19:44:26 pgsql: Update outdated comment for TransactionIdSetTreeStatus
Previous Message Thomas Munro 2022-10-25 03:29:42 pgsql: Fix readlink() for non-PostgreSQL junction points on Windows.