8000 Revert "Disable inline version of conflicting function as workaround" · postgres/postgres@794132c · GitHub
[go: up one dir, main page]

Skip to content

Commit 794132c

Browse files
committed
Revert "Disable inline version of conflicting function as workaround"
This reverts commit fb83d03.
1 parent 1133b4c commit 794132c

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
@@ -781,7 +781,7 @@ extern uint32 ginMergeItemPointers(ItemPointerData *dst,
781781
* fall back on the non-inline version from itemptr.c. See STATIC_IF_INLINE in
782782
* c.h.
783783
*/
784-
#ifndef PG_USE_INLINE
784+
#ifdef PG_USE_INLINE
785785
static inline int
786786
ginCompareItemPointers(ItemPointer a, ItemPointer b)
787787
{

0 commit comments

Comments
 (0)
0