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