- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit9ef1851
committed
Support non-btree indexes in get_actual_variable_range()
This was previously not supported because the btree strategy numberswere hardcoded. Now we can support this for any index that has therequired strategy mapping support and the required operators.If an index scan used for get_actual_variable_range() requiresrecheck, we now just ignore it instead of erroring out. With btree weknew this couldn't happen, but now it might.Author: Mark Dilger <mark.dilger@enterprisedb.com>Co-authored-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com1 parent0d6c477 commit9ef1851
1 file changed
+12
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6327 | 6327 | | |
6328 | 6328 | | |
6329 | 6329 | | |
6330 | | - | |
6331 | | - | |
6332 | | - | |
6333 | | - | |
| 6330 | + | |
6334 | 6331 | | |
6335 | 6332 | | |
6336 | 6333 | | |
| |||
6354 | 6351 | | |
6355 | 6352 | | |
6356 | 6353 | | |
6357 | | - | |
| 6354 | + | |
| 6355 | + | |
6358 | 6356 | | |
6359 | | - | |
| 6357 | + | |
6360 | 6358 | | |
6361 | 6359 | | |
6362 | 6360 | | |
6363 | 6361 | | |
6364 | 6362 | | |
6365 | | - | |
| 6363 | + | |
6366 | 6364 | | |
6367 | 6365 | | |
6368 | 6366 | | |
| |||
6602 | 6600 | | |
6603 | 6601 | | |
6604 | 6602 | | |
6605 | | - | |
6606 | | - | |
| 6603 | + | |
| 6604 | + | |
6607 | 6605 | | |
6608 | 6606 | | |
6609 | 6607 | | |
| 6608 | + | |
| 6609 | + | |
| 6610 | + | |
| 6611 | + | |
6610 | 6612 | | |
6611 | | - | |
| 6613 | + | |
6612 | 6614 | | |
6613 | 6615 | | |
6614 | 6616 | | |
| |||
0 commit comments
Comments
(0)