• Amit Kapila's avatar
    Fix the logical streaming test. · 82a0ba77
    Amit Kapila authored
    Commit 7259736a 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.
    82a0ba77
stream.out 3.12 KB