test_decoding: Protect against rare spurious test failures.

Andres Freund <andres@anarazel.de>

Commit: 55728ea501de5a153e4dc55c21fb4b6f4d0f44c4
Author: Andres Freund <andres@anarazel.de>
Date: 2015-09-22T13:46:57Z
Releases: 9.5.0
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

Files