postgres/contrib/test_decoding/sql
Andres Freund a3e58e79a9 test_decoding: Protect against rare spurious test failures.
A bunch of tests missed specifying that empty transactions shouldn't be
displayed. That causes problems when e.g. autovacuum runs in an
unfortunate moment. The tests in question only run for a very short
time, making this quite unlikely.

Reported-By: Buildfarm member axolotl
Backpatch: 9.4, where logical decoding was introduced
2015-09-22 15:47:53 +02:00
..
binary.sql test_decoding: Protect against rare spurious test failures. 2015-09-22 15:47:53 +02:00
ddl.sql Fix test_decoding's handling of nonexistant columns in old tuple versions. 2015-06-27 19:01:00 +02:00
decoding_in_xact.sql Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
decoding_into_rel.sql Don't skip SQL backends in logical decoding for visibility computation. 2014-12-02 23:52:44 +01:00
permissions.sql Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
prepared.sql Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
rewrite.sql Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00
toast.sql Add skip-empty-xacts option to test_decoding for use in the regression tests. 2014-09-01 16:08:57 +02:00