Commit e24a815
committed
Fix confusing NOTICE text in REINDEX CONCURRENTLY
When performing REINDEX TABLE CONCURRENTLY, if all of the table's indexes
could not be reindexed, a NOTICE message claimed that the table had no
indexes. This was confusing, so let's change the NOTICE text to something
less confusing.
In passing, also mention in the comment before ReindexRelationConcurrently
that materialized views are supported too and also explain what the return
value of the function means.
Author: Ashwin Agrawal
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/CALfoeithHvi13p_VyR8kt9o6Pa7Z=Smi6Nfc2anHnQx5Lj8bTQ@mail.gmail.com1 parent 56b3b38 commit e24a815
File tree
2 files changed
+30
-15
lines changed- src
- backend/commands
- test/regress/expected
2 files changed
+30
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2444 | 2444 | | |
2445 | 2445 | | |
2446 | 2446 | | |
| 2447 | + | |
2447 | 2448 | | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
2448 | 2455 | | |
| 2456 | + | |
2449 | 2457 | | |
2450 | 2458 | | |
2451 | 2459 | | |
2452 | 2460 | | |
2453 | | - | |
2454 | | - | |
2455 | | - | |
2456 | | - | |
2457 | | - | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
2458 | 2466 | | |
2459 | 2467 | | |
2460 | 2468 | | |
| |||
2636 | 2644 | | |
2637 | 2645 | | |
2638 | 2646 | | |
2639 | | - | |
2640 | 2647 | | |
2641 | 2648 | | |
2642 | 2649 | | |
2643 | 2650 | | |
2644 | 2651 | | |
2645 | 2652 | | |
2646 | 2653 | | |
2647 | | - | |
| 2654 | + | |
2648 | 2655 | | |
2649 | 2656 | | |
2650 | 2657 | | |
2651 | 2658 | | |
| 2659 | + | |
| 2660 | + | |
2652 | 2661 | | |
2653 | 2662 | | |
2654 | 2663 | | |
| |||
2675 | 2684 | | |
2676 | 2685 | | |
2677 | 2686 | | |
2678 | | - | |
2679 | | - | |
2680 | | - | |
| 2687 | + | |
| 2688 | + | |
| 2689 | + | |
| 2690 | + | |
| 2691 | + | |
| 2692 | + | |
2681 | 2693 | | |
2682 | 2694 | | |
2683 | 2695 | | |
2684 | 2696 | | |
| 2697 | + | |
| 2698 | + | |
| 2699 | + | |
2685 | 2700 | | |
2686 | 2701 | | |
2687 | 2702 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1944 | 1944 | | |
1945 | 1945 | | |
1946 | 1946 | | |
1947 | | - | |
| 1947 | + | |
1948 | 1948 | | |
1949 | | - | |
| 1949 | + | |
1950 | 1950 | | |
1951 | 1951 | | |
1952 | 1952 | | |
| |||
2043 | 2043 | | |
2044 | 2044 | | |
2045 | 2045 | | |
2046 | | - | |
| 2046 | + | |
2047 | 2047 | | |
2048 | 2048 | | |
2049 | | - | |
| 2049 | + | |
2050 | 2050 | | |
2051 | 2051 | | |
2052 | 2052 | | |
| |||
2150 | 2150 | | |
2151 | 2151 | | |
2152 | 2152 | | |
2153 | | - | |
| 2153 | + | |
2154 | 2154 | | |
2155 | 2155 | | |
2156 | 2156 | | |
| |||
0 commit comments