From 7e2ffb3885007183af7b161e046e126be2cfba12 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 7 Apr 2020 18:58:19 -0400 Subject: [PATCH] Appease perlcritic Food for the gods must always be found somehow, even when the land starves. --- src/test/recovery/t/019_replslot_limit.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/recovery/t/019_replslot_limit.pl b/src/test/recovery/t/019_replslot_limit.pl index d6bc77e2b5..8a0542e8af 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