Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix warning in TAP test of pg_verifybackup
authorMichael Paquier <michael@paquier.xyz>
Wed, 6 Oct 2021 04:28:35 +0000 (13:28 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 6 Oct 2021 04:28:35 +0000 (13:28 +0900)
Oversight in a3fcbcd.

Reported-by: Thomas Munro
Discussion: https://postgr.es/m/CA+hUKGKnajZEwe91OTjro9kQLCMGGFHh2vvFn8tgHgbyn4bF9w@mail.gmail.com
Backpatch-through: 13

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

index 67ff8ecb7c07928ba1b8e4293bd0d46e021c6cda..d82e2a1f1c5e8aa8f33b79a69fe90f66d5f8b4bc 100644 (file)
@@ -61,7 +61,7 @@ command_fails_like(
 # a timeline > 1.  Rather than plugging in a new standby, do a
 # self-promotion of this node.
 $master->stop;
-$master->append_conf('standby.signal');
+$master->append_conf('standby.signal', '');
 $master->start;
 $master->promote;
 $master->safe_psql('postgres', 'SELECT pg_switch_wal()');