pgsql: Remove unused for_all_tables field from AlterPublicationStmt.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused for_all_tables field from AlterPublicationStmt.
Date: 2025-09-26 16:25:39
Message-ID: E1v2BGN-000CBr-0x@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused for_all_tables field from AlterPublicationStmt.

No backpatch as AlterPublicationStmt struct is exposed.

Reviewed-by: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Discussion: https://postgr.es/m/CAD21AoC6B6AuxWOST-TkxUbDgp8FwX=BLEJZmKLG_VrH-hfxpA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66cdef4425f3295a2cfbce3031b3c0f0b5dffc04

Modified Files
--------------
src/backend/commands/publicationcmds.c | 4 ----
src/include/nodes/parsenodes.h | 1 -
2 files changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-09-27 10:41:31 pgsql: Teach MSVC that elog/ereport ERROR doesn't return
Previous Message Álvaro Herrera 2025-09-26 14:22:52 pgsql: Split vacuumdb to create vacuuming.c/h