pgsql: Fix Subscription test added by commit ce0fdbfe97.

2021-02-11 Thread Amit Kapila
Fix Subscription test added by commit ce0fdbfe97. We want to test the variants of Alter Subscription that are not allowed in the transaction block but for that, we don't need to create a subscription that tries to connect to the publisher. As such, there is no problem with this test but it is good

pgsql: Fix subscription test

2019-11-09 Thread Peter Eisentraut
Fix subscription test After altering a subscription, we should wait until the updated table sync data has been fetched by the subscriber. Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/f967563045334c3f660805c6ad83068b5f76a00d Modified Files -- s

pgsql: Fix subscription test

2019-11-09 Thread Peter Eisentraut
Fix subscription test After altering a subscription, we should wait until the updated table sync data has been fetched by the subscriber. Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/aa988457848fc153bfc85b4d240c0a020f9cdfe8 Modified Files -- s

pgsql: Fix subscription test

2019-11-09 Thread Peter Eisentraut
Fix subscription test After altering a subscription, we should wait until the updated table sync data has been fetched by the subscriber. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/806f9dc02aea2e45a522bf3c7ed68154f6970e15 Modified Files -- s

pgsql: Fix subscription test

2019-11-09 Thread Peter Eisentraut
Fix subscription test After altering a subscription, we should wait until the updated table sync data has been fetched by the subscriber. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/ef8fcbff56e8904ba83b2659e9d0290e6106928e Modified Files -- src/test