postgresql/contrib/test_decoding
Tom Lane 23f722ba8e Fix race condition in test_decoding "slot" test.
This test, just added in commit a924c327e, sometimes fails because
the old backend hasn't finished dropping the temporary replication slot
when the new backend looks.  Borrow the previously-invented methodology
for waiting for the old process to disappear from pg_stat_activity.

Petr Jelinek

Discussion: https://postgr.es/m/62935e6f-4f1b-c433-e0fa-7f936a38b3e5@2ndquadrant.com
2016-12-12 14:32:13 -05:00
..
expected Fix race condition in test_decoding "slot" test. 2016-12-12 14:32:13 -05:00
specs Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 2016-03-03 17:22:25 -08:00
sql Fix race condition in test_decoding "slot" test. 2016-12-12 14:32:13 -05:00
.gitignore test_decoding: Update .gitignore 2014-03-31 14:18:35 -04:00
logical.conf Introduce logical decoding. 2014-03-03 16:32:18 -05:00
Makefile Add support for temporary replication slots 2016-12-12 08:38:17 -05:00
test_decoding.c Add macros to make AllocSetContextCreate() calls simpler and safer. 2016-08-27 17:50:38 -04:00