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
PG18 changes the field for ordering operation from int16 to
CompareType and also changes the field name in PathKey from
pk_strategy to pk_cmptype.
Additionally BTLessStrategyNumber is renamed to COMPARE_LT
and BTGreaterStrategyNumber is renamed to COMPARE_GT.
This patch adds compatibility macros so we can use the PG18
naming everywhere.
postgres/postgres@8123e91f Convert PathKey to use CompareType
0 commit comments