mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
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
This commit is contained in:
@@ -61,7 +61,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.
|
||||||
$master->stop;
|
$master->stop;
|
||||||
$master->append_conf('standby.signal');
|
$master->append_conf('standby.signal', '');
|
||||||
$master->start;
|
$master->start;
|
||||||
$master->promote;
|
$master->promote;
|
||||||
$master->safe_psql('postgres', 'SELECT pg_switch_wal()');
|
$master->safe_psql('postgres', 'SELECT pg_switch_wal()');
|
||||||
|
Reference in New Issue
Block a user