- Notifications
You must be signed in to change notification settings - Fork5
Commit5577ca5
committed
Remove bogus entries in gist point_ops operator class.
These entries could never be matched to an index clause because they don'thave the index datatype on the left-hand side of the operator. (Theircommutators are in the opclass, which is sensible, but that doesn't meanthese operators should be.) Spotted by a test that I recently added toopr_sanity to catch exactly this type of thinko. AFAICT there is no codein gistproc.c that is specifically meant to cover these cases, so nothingto remove at that level.1 parentdd45d3a commit5577ca5
File tree
3 files changed
+3
-12
lines changed- src
- include/catalog
- test/regress/expected
3 files changed
+3
-12
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
608 |
| - | |
609 | 608 |
| |
610 |
| - | |
611 | 609 |
| |
612 |
| - | |
613 | 610 |
| |
614 | 611 |
| |
615 | 612 |
| |
|
Lines changed: 2 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1041 | 1041 |
| |
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 |
| - | |
1045 | 1044 |
| |
1046 |
| - | |
1047 | 1045 |
| |
1048 |
| - | |
1049 | 1046 |
| |
1050 | 1047 |
| |
1051 | 1048 |
| |
| |||
1068 | 1065 |
| |
1069 | 1066 |
| |
1070 | 1067 |
| |
1071 |
| - | |
| 1068 | + | |
1072 | 1069 |
| |
1073 | 1070 |
| |
1074 | 1071 |
| |
| |||
1105 | 1102 |
| |
1106 | 1103 |
| |
1107 | 1104 |
| |
1108 |
| - | |
1109 |
| - | |
1110 |
| - | |
1111 |
| - | |
| 1105 | + | |
1112 | 1106 |
| |
1113 | 1107 |
| |
1114 | 1108 |
| |
|
0 commit comments
Comments
(0)