Remove unused for_all_tables field from AlterPublicationStmt

From: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Remove unused for_all_tables field from AlterPublicationStmt
Date: 2025-09-25 20:47:36
Message-ID: CAD21AoC6B6AuxWOST-TkxUbDgp8FwX=BLEJZmKLG_VrH-hfxpA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found that the for_all_table field in the AlterPublicationStmt is
not used at all unless I'm missing something. I've attached the patch
for only master that removes it.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

Attachment Content-Type Size
0001-Remove-unused-for_all_tables-field-from-AlterPublica.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2025-09-25 20:51:15 Re: Avoiding roundoff error in pg_sleep()
Previous Message Marcos Pegoraro 2025-09-25 20:20:34 Re: Adding REPACK [concurrently]