You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
For each Index AM, provide a mapping between operator strategies andthe system-wide generic concept of a comparison type. For example,for btree, BTLessStrategyNumber maps to and from COMPARE_LT. Numerousplaces in the planner and executor think directly in terms of btreestrategy numbers (and a few in terms of hash strategy numbers.) Theseshould be converted over subsequent commits to think in terms ofCompareType instead. (This commit doesn't make any use of this APIyet.)Author: Mark Dilger <mark.dilger@enterprisedb.com>Reviewed-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://www.postgresql.org/message-id/flat/E72EAA49-354D-4C2E-8EB9-255197F55330@enterprisedb.com