mirror of https://github.com/citusdata/citus.git
Fix pg12 compile
parent
4bbf65d913
commit
5e5f4628a0
|
@ -83,7 +83,11 @@
|
|||
#include "distributed/transaction_management.h"
|
||||
#include "executor/tstoreReceiver.h"
|
||||
#include "executor/tuptable.h"
|
||||
#if PG_VERSION_NUM >= 120000
|
||||
#include "optimizer/optimizer.h"
|
||||
#else
|
||||
#include "optimizer/planner.h"
|
||||
#endif
|
||||
#include "nodes/params.h"
|
||||
#include "utils/snapmgr.h"
|
||||
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
/proxy.output
|
||||
|
||||
# python
|
||||
**.pyc
|
||||
*.pyc
|
||||
|
|
Loading…
Reference in New Issue