diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-04-07 18:58:19 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2020-04-07 19:09:55 -0400 |
commit | 7e2ffb3885007183af7b161e046e126be2cfba12 (patch) | |
tree | 4193b0965953291da729311369d7e458cff9f7a4 /src | |
parent | 60cbd7751c1ec6ffdf2ffc520ddeb35cb2f2ed70 (diff) | |
download | postgresql-7e2ffb3885007183af7b161e046e126be2cfba12.tar.gz postgresql-7e2ffb3885007183af7b161e046e126be2cfba12.zip |
Appease perlcritic
Food for the gods must always be found somehow, even when the land starves.
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 |