pgsql: Small cleanups related to PUBLICATION framework code

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small cleanups related to PUBLICATION framework code
Date: 2021-12-30 22:40:12
Message-ID: E1n345k-0002hi-Lk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small cleanups related to PUBLICATION framework code

Discussion: https://postgr.es/m/202112302021.ca7ihogysgh3@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c9105dd3660f4a801e6f87a1ed68189bd30576bf

Modified Files
--------------
src/backend/catalog/pg_publication.c | 11 ++++++-----
src/backend/commands/publicationcmds.c | 26 ++++++++++++++------------
src/backend/commands/tablecmds.c | 3 +--
src/backend/parser/gram.y | 20 +++++++++++---------
src/include/nodes/parsenodes.h | 8 ++++----
src/test/regress/expected/publication.out | 6 ++++--
6 files changed, 40 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-12-31 00:41:00 pgsql: pg_dump: make dumpPublication et al. less unlike sibling functio
Previous Message Tom Lane 2021-12-30 19:29:41 pgsql: Minor cleanup/optimization in pg_dump.