Skip to content

Commit fb83d03

Browse files
committed
Disable inline version of conflicting function as workaround
1 parent 3ff594b commit fb83d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/gin_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ extern void ginInsertCleanup(GinState *ginstate,
729729
* fall back on the non-inline version from itemptr.c. See STATIC_IF_INLINE in
730730
* c.h.
731731
*/
732-
#ifdef PG_USE_INLINE
732+
#ifndef PG_USE_INLINE
733733
static inline int
734734
ginCompareItemPointers(ItemPointer a, ItemPointer b)
735735
{

0 commit comments

Comments
 (0)