Remove unused for_all_tables field from AlterPublicationStmt. No backpatch as AlterPublicationStmt struct is exposed.
Reviewed-by: Chao Li <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Álvaro Herrera <[email protected]> Discussion: https://postgr.es/m/CAD21AoC6B6AuxWOST-TkxUbDgp8FwX=blejzmklg_vrh-hf...@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(-)
