- Notifications
You must be signed in to change notification settings - Fork5k
Commitf278e1f
committed
Allow non-btree unique indexes for partition keys
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. The problem of not knowing the strategynumber for equality in other index AMs is already resolved.Stop rejecting the indexes upfront, and instead reject any for whichthe equality operator lookup fails.Author: Mark Dilger <mark.dilger@enterprisedb.com>Discussion:https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com1 parent7317e64 commitf278e1f
1 file changed
+11
-19
lines changedLines changed: 11 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1009 | 1009 |
| |
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 |
| - | |
1013 |
| - | |
1014 |
| - | |
1015 |
| - | |
1016 |
| - | |
1017 |
| - | |
1018 |
| - | |
1019 |
| - | |
1020 |
| - | |
1021 |
| - | |
1022 |
| - | |
1023 |
| - | |
1024 |
| - | |
1025 |
| - | |
1026 | 1012 |
| |
1027 | 1013 |
| |
1028 | 1014 |
| |
| |||
1057 | 1043 |
| |
1058 | 1044 |
| |
1059 | 1045 |
| |
1060 |
| - | |
1061 |
| - | |
1062 |
| - | |
1063 |
| - | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
1064 | 1050 |
| |
1065 | 1051 |
| |
1066 |
| - | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
1067 | 1059 |
| |
1068 | 1060 |
| |
1069 | 1061 |
| |
|
0 commit comments
Comments
(0)