forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdb8802a
committed
Fix error status of vacuumdb when multiple jobs are used
When running a batch of VACUUM or ANALYZE commands on a given database,there were cases where it is possible to have vacuumdb not report anerror where it actually should, leading to incorrect status results.Author: Julien RouhaudReviewed-by: Amit Kapila, Michael PaquierDiscussion:https://postgr.es/m/CAOBaU_ZuTwz7CtqLYJ1Ouuh272bTQPLN8b1bAPk0bCBm4PDMTQ@mail.gmail.comBackpatch-through: 9.51 parent704637d commitdb8802a
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
| 528 | + | |
| 529 | + | |
528 | 530 |
| |
| 531 | + | |
529 | 532 |
| |
530 | 533 |
| |
531 | 534 |
| |
|
0 commit comments
Comments
(0)