pgsql: Fix Alter Subscription's Add/Drop Publication behavior.

2021-08-23 Thread Amit Kapila
Fix Alter Subscription's Add/Drop Publication behavior. The current refresh behavior tries to just refresh added/dropped publications but that leads to removing wrong tables from subscription. We can't refresh just the dropped publication because it is quite possible that some of the tables are re

pgsql: Fix Alter Subscription's Add/Drop Publication behavior.

2021-08-23 Thread Amit Kapila
Fix Alter Subscription's Add/Drop Publication behavior. The current refresh behavior tries to just refresh added/dropped publications but that leads to removing wrong tables from subscription. We can't refresh just the dropped publication because it is quite possible that some of the tables are re