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.
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.