mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"
This reverts commit 595836e99b.
It has problems when USE_FLOAT8_BYVAL is off.
This commit is contained in:
@@ -280,7 +280,7 @@ gistMakeUnionKey(GISTSTATE *giststate, int attno,
|
||||
bool
|
||||
gistKeyIsEQ(GISTSTATE *giststate, int attno, Datum a, Datum b)
|
||||
{
|
||||
bool result = false; /* silence compiler warning */
|
||||
bool result;
|
||||
|
||||
FunctionCall3Coll(&giststate->equalFn[attno],
|
||||
giststate->supportCollation[attno],
|
||||
|
||||
Reference in New Issue
Block a user