forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita3c66de

Amit Kapila
Improve the vacuum error context phase information.
We were displaying the wrong phase information for 'info' message in theindex clean up phase because we were switching to the previous phase a bitearly. We were also not displaying context information for heap phaseunless the block number is valid which is fine for error cases but formessages at 'info' or lower error level it appears to be inconsistent withindex phase information.Reported-by: Sawada MasahikoAuthor: Sawada MasahikoReviewed-by: Amit KapilaBackpatch-through: 13, where it was introducedDiscussion:https://postgr.es/m/CA+fd4k4HcbhPnCs7paRTw1K-AHin8y4xKomB9Ru0ATw0UeTy2w@mail.gmail.com1 parent4d346de commita3c66de
1 file changed
+32
-20
lines changedLines changed: 32 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1662 | 1662 |
| |
1663 | 1663 |
| |
1664 | 1664 |
| |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
1665 | 1668 |
| |
1666 | 1669 |
| |
1667 | 1670 |
| |
| |||
1879 | 1882 |
| |
1880 | 1883 |
| |
1881 | 1884 |
| |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
1882 | 1888 |
| |
1883 | 1889 |
| |
1884 | 1890 |
| |
| |||
2496 | 2502 |
| |
2497 | 2503 |
| |
2498 | 2504 |
| |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
2499 | 2525 |
| |
2500 | 2526 |
| |
2501 | 2527 |
| |
2502 | 2528 |
| |
2503 |
| - | |
2504 |
| - | |
2505 |
| - | |
2506 |
| - | |
2507 |
| - | |
2508 |
| - | |
2509 |
| - | |
2510 |
| - | |
2511 |
| - | |
2512 |
| - | |
2513 |
| - | |
2514 |
| - | |
2515 |
| - | |
2516 |
| - | |
2517 |
| - | |
2518 |
| - | |
2519 |
| - | |
2520 |
| - | |
2521 |
| - | |
2522 |
| - | |
2523 | 2529 |
| |
2524 | 2530 |
| |
2525 | 2531 |
| |
| |||
3582 | 3588 |
| |
3583 | 3589 |
| |
3584 | 3590 |
| |
| 3591 | + | |
| 3592 | + | |
| 3593 | + | |
3585 | 3594 |
| |
3586 | 3595 |
| |
3587 | 3596 |
| |
3588 | 3597 |
| |
3589 | 3598 |
| |
3590 | 3599 |
| |
| 3600 | + | |
| 3601 | + | |
| 3602 | + | |
3591 | 3603 |
| |
3592 | 3604 |
| |
3593 | 3605 |
| |
|
0 commit comments
Comments
(0)