Skip to content

Commit d6d68e2

Browse files
committed
Fix warning in TAP test of pg_verifybackup
Oversight in a3fcbcd. Reported-by: Thomas Munro Discussion: https://postgr.es/m/CA+hUKGKnajZEwe91OTjro9kQLCMGGFHh2vvFn8tgHgbyn4bF9w@mail.gmail.com Backpatch-through: 13
1 parent 9024a35 commit d6d68e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_verifybackup/t/007_wal.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# a timeline > 1. Rather than plugging in a new standby, do a
6262
# self-promotion of this node.
6363
$master->stop;
64-
$master->append_conf('standby.signal');
64+
$master->append_conf('standby.signal', '');
6565
$master->start;
6666
$master->promote;
6767
$master->safe_psql('postgres', 'SELECT pg_switch_wal()');

0 commit comments

Comments
 (0)