mirror of https://github.com/citusdata/citus.git
Include fmgr.h, don't duplicate FunctionCallInfo typedef
parent
36248f9203
commit
1c7e02280f
|
@ -46,6 +46,7 @@
|
|||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include "postgres.h"
|
||||
#include "fmgr.h"
|
||||
|
||||
#include "distributed/shard_pruning.h"
|
||||
|
||||
|
@ -148,7 +149,6 @@ typedef union \
|
|||
} FunctionCall2InfoData;
|
||||
#else
|
||||
typedef FunctionCallInfoData FunctionCall2InfoData;
|
||||
typedef FunctionCallInfoData *FunctionCallInfo;
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue