diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test/recovery/t/019_replslot_limit.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/recovery/t/019_replslot_limit.pl b/src/test/recovery/t/019_replslot_limit.pl index d6bc77e2b5a..8a0542e8afa 100644 --- a/src/test/recovery/t/019_replslot_limit.pl +++ b/src/test/recovery/t/019_replslot_limit.pl @@ -192,6 +192,7 @@ sub advance_wal { $node->safe_psql('postgres', "CREATE TABLE t (); DROP TABLE t; SELECT pg_switch_wal();"); } + return; } # return the size of logfile of $node in bytes |