forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit67445de
committed
Add missing exit() in pg_verifybackup when failing to find pg_waldump
pg_verifybackup needs by default pg_waldump to check after a range ofWAL segments required for a backup, except if --no-parse-wal isspecified. The code checked for the presence of the binary pg_waldumpin an installation and reported an error, but it forgot to properlyexit(). This could lead to confusing errors reported.Reviewed-by: Robert Haas, Fabien CoelhoDiscussion:https://postgr.es/m/YQDMdB+B68yePFeT@paquier.xyzBackpatch-through: 131 parentf2a3d74 commit67445de
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
0 commit comments
Comments
(0)