projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60cbd77
)
Appease perlcritic
author
Alvaro Herrera
Tue, 7 Apr 2020 22:58:19 +0000
(18:58 -0400)
committer
Alvaro Herrera
Tue, 7 Apr 2020 23:09:55 +0000
(19:09 -0400)
Food for the gods must always be found somehow, even when the land starves.
src/test/recovery/t/019_replslot_limit.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/recovery/t/019_replslot_limit.pl
b/src/test/recovery/t/019_replslot_limit.pl
index d6bc77e2b5a0ba0c079f29c132991982616ea0b9..8a0542e8afa82b80ed80743d0c61f337fab65daa 100644
(file)
--- 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