Include fmgr.h, don't duplicate FunctionCallInfo typedef

release-9.0
Jelte Fennema 2019-11-04 10:48:03 +01:00 committed by Marco Slot
parent 36248f9203
commit 1c7e02280f
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,7 @@
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "postgres.h" #include "postgres.h"
#include "fmgr.h"
#include "distributed/shard_pruning.h" #include "distributed/shard_pruning.h"
@ -148,7 +149,6 @@ typedef union \
} FunctionCall2InfoData; } FunctionCall2InfoData;
#else #else
typedef FunctionCallInfoData FunctionCall2InfoData; typedef FunctionCallInfoData FunctionCall2InfoData;
typedef FunctionCallInfoData *FunctionCallInfo;
#endif #endif
/* /*