forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitda47e43
committed
Fix progress reporting of CLUSTER / VACUUM FULL
The progress state was being clobbered once the first index completedbeing rebuilt, causing the final phases of the operation not showanything in the progress view. This was inadvertently broken in03f9e5c, which added progress tracking for REINDEX.(The reason this bugfix is this small is that I had already noticed thisproblem when writing monitoring for CREATE INDEX, and had already workedaround it, as can be seen in discussion starting athttps://postgr.es/m/20190329150218.GA25010@alvherre.pgsql Fixing theproblem is just a matter of fixing one place touched by the REINDEXmonitoring.)Reported by: Álvaro HerreraAuthor: Álvaro HerreraDiscussion:https://postgr.es/m/20190801184333.GA21369@alvherre.pgsql1 parent6eb9b20 commitda47e43
File tree
3 files changed
+18
-11
lines changed- src
- backend
- catalog
- commands
- include/nodes
3 files changed
+18
-11
lines changedLines changed: 15 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3328 | 3328 |
| |
3329 | 3329 |
| |
3330 | 3330 |
| |
| 3331 | + | |
3331 | 3332 |
| |
3332 | 3333 |
| |
3333 | 3334 |
| |
| |||
3338 | 3339 |
| |
3339 | 3340 |
| |
3340 | 3341 |
| |
3341 |
| - | |
3342 |
| - | |
3343 |
| - | |
3344 |
| - | |
3345 |
| - | |
3346 |
| - | |
| 3342 | + | |
| 3343 | + | |
| 3344 | + | |
| 3345 | + | |
| 3346 | + | |
| 3347 | + | |
| 3348 | + | |
| 3349 | + | |
| 3350 | + | |
3347 | 3351 |
| |
3348 | 3352 |
| |
3349 | 3353 |
| |
3350 | 3354 |
| |
3351 | 3355 |
| |
3352 | 3356 |
| |
3353 | 3357 |
| |
3354 |
| - | |
3355 |
| - | |
| 3358 | + | |
| 3359 | + | |
| 3360 | + | |
3356 | 3361 |
| |
3357 | 3362 |
| |
3358 | 3363 |
| |
| |||
3505 | 3510 |
| |
3506 | 3511 |
| |
3507 | 3512 |
| |
3508 |
| - | |
| 3513 | + | |
| 3514 | + | |
3509 | 3515 |
| |
3510 | 3516 |
| |
3511 | 3517 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2454 | 2454 |
| |
2455 | 2455 |
| |
2456 | 2456 |
| |
2457 |
| - | |
| 2457 | + | |
2458 | 2458 |
| |
2459 | 2459 |
| |
2460 | 2460 |
| |
| |||
2658 | 2658 |
| |
2659 | 2659 |
| |
2660 | 2660 |
| |
2661 |
| - | |
| 2661 | + | |
2662 | 2662 |
| |
2663 | 2663 |
| |
2664 | 2664 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3301 | 3301 |
| |
3302 | 3302 |
| |
3303 | 3303 |
| |
| 3304 | + | |
3304 | 3305 |
| |
3305 | 3306 |
| |
3306 | 3307 |
| |
|
0 commit comments
Comments
(0)