We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0266e98 commit ec2133aCopy full SHA for ec2133a
src/bin/pg_verifybackup/t/007_wal.pl
@@ -64,7 +64,7 @@
64
# a timeline > 1. Rather than plugging in a new standby, do a
65
# self-promotion of this node.
66
$primary->stop;
67
-$primary->append_conf('standby.signal');
+$primary->append_conf('standby.signal', '');
68
$primary->start;
69
$primary->promote;
70
$primary->safe_psql('postgres', 'SELECT pg_switch_wal()');
0 commit comments