diff options
Diffstat (limited to 'contrib/test_decoding/t/001_repl_stats.pl')
-rw-r--r-- | contrib/test_decoding/t/001_repl_stats.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/test_decoding/t/001_repl_stats.pl b/contrib/test_decoding/t/001_repl_stats.pl index fd82244a15c..daf03ff1479 100644 --- a/contrib/test_decoding/t/001_repl_stats.pl +++ b/contrib/test_decoding/t/001_repl_stats.pl @@ -88,8 +88,7 @@ regression_slot3|t|t), # Test to remove one of the replication slots and adjust # max_replication_slots accordingly to the number of slots. This leads # to a mismatch between the number of slots present in the stats file and the -# number of stats present in the shared memory, simulating the scenario for -# drop slot message lost by the statistics collector process. We verify +# number of stats present in shared memory. We verify # replication statistics data is fine after restart. $node->stop; |