arenadata / pxf

Apache License 2.0
2 stars 4 forks source link

[C] Fix extension build for 7.x. #114

Closed bimboterminator1 closed 3 months ago

bimboterminator1 commented 3 months ago

GPDB 7 do not have macros for Float84EqualOperator and for UuidEqualOperator. The patch 58c933c didn't take it into account, what led to compilation errors for 7 version. This patch replaces the marcos with straight oid representaion in order to fix extension compilation.