postgresql/contrib/test_decoding/specs
Andres Freund ef493055b6 Force synchronous commit to be enabled for all test_decoding tests.
Without that the tests fail when forced to be run against a cluster
with synchronous_commit = off (as the WAL might not yet be flushed to
disk by the point logical decoding gets called, and thus the expected
output breaks). Most tests already do that, add it to a few newer tests.

Author: Andres Freund
2018-10-10 13:53:02 -07:00
..
concurrent_ddl_dml.spec Handle heap rewrites even better in logical decoding 2018-03-21 09:15:04 -04:00
delayed_startup.spec Introduce logical decoding. 2014-03-03 16:32:18 -05:00
mxact.spec Introduce logical decoding. 2014-03-03 16:32:18 -05:00
oldest_xmin.spec Force synchronous commit to be enabled for all test_decoding tests. 2018-10-10 13:53:02 -07:00
ondisk_startup.spec Fix race condition leading to hanging logical slot creation. 2017-05-13 14:21:00 -07:00
snapshot_transfer.spec Force synchronous commit to be enabled for all test_decoding tests. 2018-10-10 13:53:02 -07:00