We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9024a35 commit d6d68e2Copy full SHA for d6d68e2
src/bin/pg_verifybackup/t/007_wal.pl
@@ -61,7 +61,7 @@
61
# a timeline > 1. Rather than plugging in a new standby, do a
62
# self-promotion of this node.
63
$master->stop;
64
-$master->append_conf('standby.signal');
+$master->append_conf('standby.signal', '');
65
$master->start;
66
$master->promote;
67
$master->safe_psql('postgres', 'SELECT pg_switch_wal()');
0 commit comments