Merge pull request #2971 from citusdata/fix-pg12

Fix pg12 compile
pull/2927/head
Philip Dubé 2019-09-13 17:34:57 +00:00 committed by GitHub
commit 482f3b1474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -18,4 +18,4 @@
/proxy.output
# python
**.pyc
*.pyc