Commit ae254356 authored by Michael Paquier's avatar Michael Paquier

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
parent cb8a5a58
...@@ -64,7 +64,7 @@ command_fails_like( ...@@ -64,7 +64,7 @@ command_fails_like(
# a timeline > 1. Rather than plugging in a new standby, do a # a timeline > 1. Rather than plugging in a new standby, do a
# self-promotion of this node. # self-promotion of this node.
$primary->stop; $primary->stop;
$primary->append_conf('standby.signal'); $primary->append_conf('standby.signal', '');
$primary->start; $primary->start;
$primary->promote; $primary->promote;
$primary->safe_psql('postgres', 'SELECT pg_switch_wal()'); $primary->safe_psql('postgres', 'SELECT pg_switch_wal()');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment