summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Vondra2016-11-07 17:35:50 +0000
committerTomas Vondra2016-11-07 17:35:50 +0000
commit13d9aa2ce53a8002afd64f28f3fd68c3d02ea196 (patch)
tree693f45c0aeb6dca65a1ad59d8747f80b1f25b811
parentc52792488cd87e67e62ec61f5b56f461900353b4 (diff)
remove unnecessary include of lwlock.h from pgxc.h
As pgxc.h is included from src/common/relpath.c, this caused a circular dependency failure, because it requires lwlocknames.h, generated in src/backend/storage (which in turn requires src/common already built).
-rw-r--r--src/include/pgxc/pgxc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/pgxc/pgxc.h b/src/include/pgxc/pgxc.h
index 689d045768..dc1cc87cd5 100644
--- a/src/include/pgxc/pgxc.h
+++ b/src/include/pgxc/pgxc.h
@@ -16,7 +16,6 @@
#define PGXC_H
#include "postgres.h"
-#include "storage/lwlock.h"
extern bool isPGXCCoordinator;
extern bool isPGXCDataNode;