pgsql: Fix unstable test in 040_pg_createsubscriber.

2024-07-11 Thread Amit Kapila
Fix unstable test in 040_pg_createsubscriber. The slot synchronization failed because the local slot's (created during slot synchronization) catalog_xmin on standby is ahead of remote slot. This happens because the INSERT before slot synchronization results in the generation of a new xid that coul

pgsql: Fix unstable test in 040_pg_createsubscriber.

2024-07-11 Thread Amit Kapila
Fix unstable test in 040_pg_createsubscriber. The slot synchronization failed because the local slot's (created during slot synchronization) catalog_xmin on standby is ahead of remote slot. This happens because the INSERT before slot synchronization results in the generation of a new xid that coul