postgresql/contrib/test_decoding
Amit Kapila 82a0ba7707 Fix the logical streaming test.
Commit 7259736a6e added the capability to stream changes in ReorderBuffer
which has some tests to test the streaming mode. It is quite possible that
while this test is running a parallel transaction could be logged by
autovacuum. Such a transaction won't perform any insert/update/delete to
non-catalog tables so will be shown as an empty transaction. Fix it by
skipping the empty transactions during this test.

Per report by buildfarm.
2020-08-08 12:13:18 +05:30
..
expected Fix the logical streaming test. 2020-08-08 12:13:18 +05:30
specs Introduce xid8-based functions to replace txid_XXX. 2020-04-07 12:04:32 +12:00
sql Fix the logical streaming test. 2020-08-08 12:13:18 +05:30
.gitignore Improve isolation tests infrastructure. 2017-03-14 15:56:17 -07:00
logical.conf Add logical_decoding_work_mem to limit ReorderBuffer memory usage. 2019-11-19 07:32:36 +05:30
Makefile Implement streaming mode in ReorderBuffer. 2020-08-08 07:47:06 +05:30
test_decoding.c Implement streaming mode in ReorderBuffer. 2020-08-08 07:47:06 +05:30