Fix tests for replication slots stats.
Some of the tests were not considering that the slot's spill stats could be
received by the stats collector after we have reset the stats. Remove
those tests and don't check total bytes decoded and sent to output plugin
in the spilled stats test as we can send the spilled stats to the stats
collector before actually sending the changes to output plugin.
Reported-by: Tom Lane as per buildfarm
Author: Vignesh C, Sawada Masahiko
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/20210319185247.ldebgpdaxsowiflw@alap3.anarazel.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/fc69509131c33c298e39dd25d542374e86aa3295
Modified Files
--------------
contrib/test_decoding/expected/stats.out | 46 +++-----------------------------
contrib/test_decoding/sql/stats.sql | 12 +--------
2 files changed, 5 insertions(+), 53 deletions(-)