Fix the unstable output of tests added by commit 8fccf75834.
authorAmit Kapila <akapila@postgresql.org>
Tue, 13 Oct 2020 07:16:38 +0000 (12:46 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 13 Oct 2020 07:16:38 +0000 (12:46 +0530)
commit2050832d0d637358a376a99514071941aa93ed31
tree04affb1927f0f7a0a7af658b31c14d0ade4e6150
parent323ae003e464cac35f86790f3708b383c18df9e2
Fix the unstable output of tests added by commit 8fccf75834.

The test cases added by that commit were trying to test the exact number of
times a particular transaction has spilled. However, that number can vary if
any background transaction (say by autovacuum) happens in parallel to the main
transaction. So let's not try to verify the exact count.

Author: Amit Kapila
Reviewed-by: Sawada Masahiko
Discussion: https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com
contrib/test_decoding/expected/stats.out
contrib/test_decoding/sql/stats.sql