forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3ae3c18
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 parentd95e36d commit3ae3c18
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
712 | 712 |
| |
713 | 713 |
| |
714 | 714 |
| |
| 715 | + | |
| 716 | + | |
715 | 717 |
| |
| 718 | + | |
716 | 719 |
| |
717 | 720 |
| |
718 | 721 |
| |
|
0 commit comments
Comments
(0)