diff options
| author | Michael Paquier | 2021-10-06 04:28:35 +0000 |
|---|---|---|
| committer | Michael Paquier | 2021-10-06 04:28:35 +0000 |
| commit | d6d68e223379985661df45c728c32c3b6d462629 (patch) | |
| tree | c9da99be27513feefb8b3ecc2b2950e66c71fd7b /src/bin | |
| parent | 9024a35c11d7e8c42c2489ae2f912e4d0572f1df (diff) | |
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
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_verifybackup/t/007_wal.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_verifybackup/t/007_wal.pl b/src/bin/pg_verifybackup/t/007_wal.pl index 67ff8ecb7c0..d82e2a1f1c5 100644 --- a/src/bin/pg_verifybackup/t/007_wal.pl +++ b/src/bin/pg_verifybackup/t/007_wal.pl @@ -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()'); |
