- Notifications
You must be signed in to change notification settings - Fork5k
Commit9d6db8b
committed
Allow non-btree unique indexes for matviews
We were rejecting non-btree indexes in some cases owing to theinability to determine the equality operators for other index AMs;that problem no longer exists, because we can look up the equalityoperator using COMPARE_EQ.Stop rejecting these indexes, but instead rely on all unique indexeshaving equality operators. Unique indexes must have equalityoperators.Author: Mark Dilger <mark.dilger@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com1 parentf278e1f commit9d6db8b
1 file changed
+4
-11
lines changedLines changed: 4 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
777 |
| - | |
778 | 777 |
| |
779 | 778 |
| |
780 | 779 |
| |
781 | 780 |
| |
782 |
| - | |
783 |
| - | |
| 781 | + | |
784 | 782 |
| |
785 |
| - | |
786 |
| - | |
| 783 | + | |
| 784 | + | |
787 | 785 |
| |
788 | 786 |
| |
789 | 787 |
| |
| |||
920 | 918 |
| |
921 | 919 |
| |
922 | 920 |
| |
923 |
| - | |
924 |
| - | |
925 |
| - | |
926 |
| - | |
927 |
| - | |
| 921 | + | |
928 | 922 |
| |
929 | 923 |
| |
930 | 924 |
| |
931 |
| - | |
932 | 925 |
| |
933 | 926 |
| |
934 | 927 |
| |
|
0 commit comments
Comments
(0)