pgsql: Minor improvements in sequence decoding code and docs

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Minor improvements in sequence decoding code and docs
Date: 2022-03-25 20:07:50
Message-ID: E1nXqDt-001MhX-AA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor improvements in sequence decoding code and docs

A couple minor comment improvements and code cleanups, based on
post-commit feedback to the sequence decoding patch.

Author: Amit Kapila, vignesh C
Discussion: https://postgr.es/m/aeb2ba8d-e6f4-5486-cc4c-0d4982c291cb@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05843b1aa49df2ecc9b97c693b755bd1b6f856a9

Modified Files
--------------
doc/src/sgml/protocol.sgml | 2 +-
src/backend/catalog/pg_publication.c | 2 +-
src/backend/commands/publicationcmds.c | 23 ++++++++++-------------
src/backend/replication/pgoutput/pgoutput.c | 4 ++--
4 files changed, 14 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2022-03-25 20:09:04 Re: pgsql: Add 'basebackup_to_shell' contrib module.
Previous Message Tom Lane 2022-03-25 18:23:54 pgsql: Harden TAP tests that intentionally corrupt page checksums.