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 "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
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue