Remove unused for_all_tables field from AlterPublicationStmt - Mailing list pgsql-hackers

From Masahiko Sawada
Subject Remove unused for_all_tables field from AlterPublicationStmt
Date
Msg-id CAD21AoC6B6AuxWOST-TkxUbDgp8FwX=BLEJZmKLG_VrH-hfxpA@mail.gmail.com
Whole thread Raw
Responses Re: Remove unused for_all_tables field from AlterPublicationStmt
List 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

pgsql-hackers by date:

Previous
From: Marcos Pegoraro
Date:
Subject: Re: Adding REPACK [concurrently]
Next
From: Nathan Bossart
Date:
Subject: Re: Avoiding roundoff error in pg_sleep()