forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit46ebdfe
committed
Report index vacuum progress.
This commit adds two columns: indexes_total and indexes_processed, topg_stat_progress_vacuum system view to show the index vacuumprogress. These numbers are reported in the "vacuuming indexes" and"cleaning up indexes" phases.This uses the new parallel message type for progress reporting addedby be06506e7.Bump catversion because this changes the definition ofpg_stat_progress_vacuum.Author: Sami ImseihReviewed by: Masahiko Sawada, Michael Paquier, Nathan Bossart, Andres FreundDiscussion:https://www.postgresql.org/message-id/flat/5478DFCD-2333-401A-B2F0-0D186AB09228@amazon.com1 parentf188972 commit46ebdfe
File tree
7 files changed
+100
-13
lines changed- doc/src/sgml
- src
- backend
- access/heap
- catalog
- commands
- include
- catalog
- commands
- test/regress/expected
7 files changed
+100
-13
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6110 | 6110 |
| |
6111 | 6111 |
| |
6112 | 6112 |
| |
| 6113 | + | |
| 6114 | + | |
| 6115 | + | |
| 6116 | + | |
| 6117 | + | |
| 6118 | + | |
| 6119 | + | |
| 6120 | + | |
| 6121 | + | |
| 6122 | + | |
| 6123 | + | |
| 6124 | + | |
| 6125 | + | |
| 6126 | + | |
| 6127 | + | |
| 6128 | + | |
| 6129 | + | |
| 6130 | + | |
| 6131 | + | |
| 6132 | + | |
| 6133 | + | |
| 6134 | + | |
| 6135 | + | |
6113 | 6136 |
| |
6114 | 6137 |
| |
6115 | 6138 |
| |
|
Lines changed: 61 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2319 | 2319 |
| |
2320 | 2320 |
| |
2321 | 2321 |
| |
| 2322 | + | |
| 2323 | + | |
| 2324 | + | |
| 2325 | + | |
| 2326 | + | |
| 2327 | + | |
| 2328 | + | |
| 2329 | + | |
| 2330 | + | |
| 2331 | + | |
| 2332 | + | |
2322 | 2333 |
| |
2323 | 2334 |
| |
2324 | 2335 |
| |
| |||
2331 | 2342 |
| |
2332 | 2343 |
| |
2333 | 2344 |
| |
2334 |
| - | |
2335 |
| - | |
2336 |
| - | |
| 2345 | + | |
| 2346 | + | |
| 2347 | + | |
| 2348 | + | |
| 2349 | + | |
| 2350 | + | |
| 2351 | + | |
2337 | 2352 |
| |
2338 | 2353 |
| |
2339 | 2354 |
| |
| |||
2346 | 2361 |
| |
2347 | 2362 |
| |
2348 | 2363 |
| |
| 2364 | + | |
| 2365 | + | |
| 2366 | + | |
| 2367 | + | |
2349 | 2368 |
| |
2350 | 2369 |
| |
2351 | 2370 |
| |
| |||
2380 | 2399 |
| |
2381 | 2400 |
| |
2382 | 2401 |
| |
2383 |
| - | |
| 2402 | + | |
| 2403 | + | |
2384 | 2404 |
| |
2385 | 2405 |
| |
2386 | 2406 |
| |
2387 | 2407 |
| |
2388 | 2408 |
| |
2389 |
| - | |
2390 |
| - | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
2391 | 2413 |
| |
2392 | 2414 |
| |
2393 | 2415 |
| |
| |||
2624 | 2646 |
| |
2625 | 2647 |
| |
2626 | 2648 |
| |
| 2649 | + | |
| 2650 | + | |
| 2651 | + | |
| 2652 | + | |
| 2653 | + | |
| 2654 | + | |
2627 | 2655 |
| |
2628 | 2656 |
| |
2629 | 2657 |
| |
| |||
2638 | 2666 |
| |
2639 | 2667 |
| |
2640 | 2668 |
| |
| 2669 | + | |
| 2670 | + | |
| 2671 | + | |
2641 | 2672 |
| |
2642 | 2673 |
| |
2643 | 2674 |
| |
| |||
2664 | 2695 |
| |
2665 | 2696 |
| |
2666 | 2697 |
| |
| 2698 | + | |
| 2699 | + | |
| 2700 | + | |
| 2701 | + | |
| 2702 | + | |
| 2703 | + | |
| 2704 | + | |
| 2705 | + | |
| 2706 | + | |
| 2707 | + | |
2667 | 2708 |
| |
2668 | 2709 |
| |
2669 | 2710 |
| |
2670 | 2711 |
| |
2671 |
| - | |
2672 |
| - | |
2673 |
| - | |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
| 2717 | + | |
| 2718 | + | |
2674 | 2719 |
| |
2675 | 2720 |
| |
2676 | 2721 |
| |
| |||
2682 | 2727 |
| |
2683 | 2728 |
| |
2684 | 2729 |
| |
| 2730 | + | |
| 2731 | + | |
| 2732 | + | |
| 2733 | + | |
2685 | 2734 |
| |
2686 | 2735 |
| |
2687 | 2736 |
| |
| |||
2691 | 2740 |
| |
2692 | 2741 |
| |
2693 | 2742 |
| |
| 2743 | + | |
| 2744 | + | |
| 2745 | + | |
2694 | 2746 |
| |
2695 | 2747 |
| |
2696 | 2748 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1192 | 1192 |
| |
1193 | 1193 |
| |
1194 | 1194 |
| |
1195 |
| - | |
| 1195 | + | |
| 1196 | + | |
1196 | 1197 |
| |
1197 | 1198 |
| |
1198 | 1199 |
| |
|
Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
| |||
631 | 632 |
| |
632 | 633 |
| |
633 | 634 |
| |
634 |
| - | |
| 635 | + | |
635 | 636 |
| |
636 | 637 |
| |
637 | 638 |
| |
| |||
902 | 903 |
| |
903 | 904 |
| |
904 | 905 |
| |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
905 | 912 |
| |
906 | 913 |
| |
907 | 914 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2044 | 2044 |
| |
2045 | 2045 |
| |
2046 | 2046 |
| |
2047 |
| - | |
| 2047 | + | |
| 2048 | + | |
| 2049 | + | |
2048 | 2050 |
| |
2049 | 2051 |
| |
2050 | 2052 |
| |
|
0 commit comments
Comments
(0)