Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec2133a

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 0266e98 commit ec2133a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# a timeline > 1. Rather than plugging in a new standby, do a
6565
# self-promotion of this node.
6666
$primary->stop;
67-
$primary->append_conf('standby.signal');
67+
$primary->append_conf('standby.signal', '');
6868
$primary->start;
6969
$primary->promote;
7070
$primary->safe_psql('postgres', 'SELECT pg_switch_wal()');

0 commit comments

Comments
 (0)