forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc293ba9
committed
If an index depends on no columns of its table, give it a dependency on the
whole table instead, to ensure that it goes away when the table is dropped.Per bug #3723 from Sam Mason.Backpatch as far as 7.4; AFAICT 7.3 does not have the issue, because it doesn'thave general-purpose expression indexes and so there must be at least onecolumn referenced by an index.1 parentf55e6c0 commitc293ba9
1 file changed
+25
-1
lines changedLines changed: 25 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
| |||
723 | 724 |
| |
724 | 725 |
| |
725 | 726 |
| |
| 727 | + | |
| 728 | + | |
726 | 729 |
| |
727 | 730 |
| |
728 | 731 |
| |
| |||
733 | 736 |
| |
734 | 737 |
| |
735 | 738 |
| |
| 739 | + | |
| 740 | + | |
736 | 741 |
| |
737 | 742 |
| |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
738 | 762 |
| |
739 | 763 |
| |
740 | 764 |
| |
|
0 commit comments
Comments
(0)