pgsql: Add missing exit() in pg_verifybackup when failing to find pg_wa

2021-07-28 Thread Michael Paquier
Add missing exit() in pg_verifybackup when failing to find pg_waldump pg_verifybackup needs by default pg_waldump to check after a range of WAL segments required for a backup, except if --no-parse-wal is specified. The code checked for the presence of the binary pg_waldump in an installation and

pgsql: Add missing exit() in pg_verifybackup when failing to find pg_wa

2021-07-28 Thread Michael Paquier
Add missing exit() in pg_verifybackup when failing to find pg_waldump pg_verifybackup needs by default pg_waldump to check after a range of WAL segments required for a backup, except if --no-parse-wal is specified. The code checked for the presence of the binary pg_waldump in an installation and

pgsql: Add missing exit() in pg_verifybackup when failing to find pg_wa

2021-07-28 Thread Michael Paquier
Add missing exit() in pg_verifybackup when failing to find pg_waldump pg_verifybackup needs by default pg_waldump to check after a range of WAL segments required for a backup, except if --no-parse-wal is specified. The code checked for the presence of the binary pg_waldump in an installation and