- Notifications
You must be signed in to change notification settings - Fork5
Commitb67ad04
committed
Improve commentary in match_pathkeys_to_index().
For a little while there I thought match_pathkeys_to_index() was brokenbecause it wasn't trying to match index columns to pathkeys in order.Actually that's correct, because GiST can support ordering operatorson any random collection of index columns, but it sure needs a comment.1 parentdd4134e commitb67ad04
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2174 | 2174 |
| |
2175 | 2175 |
| |
2176 | 2176 |
| |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
2177 | 2184 |
| |
2178 | 2185 |
| |
2179 | 2186 |
| |
|
0 commit comments
Comments
(0)