projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219111d
)
remove unnecessary header changes from indexam.c
author
Tomas Vondra
<
[email protected]
>
Sun, 28 Aug 2016 00:04:41 +0000
(
02:04
+0200)
committer
Pavan Deolasee
<
[email protected]
>
Thu, 1 Sep 2016 06:06:34 +0000
(11:36 +0530)
src/backend/access/index/indexam.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/index/indexam.c
b/src/backend/access/index/indexam.c
index 82784dfdfdf8f5f87931c130f86a1704ae9ece94..2b27e732f13e5c9e056d3b130b1b929b29143b32 100644
(file)
--- a/
src/backend/access/index/indexam.c
+++ b/
src/backend/access/index/indexam.c
@@
-77,10
+77,6
@@
#include "storage/predicate.h"
#include "utils/snapmgr.h"
#include "utils/tqual.h"
-#ifdef PGXC
-#include "utils/lsyscache.h"
-#include "pgxc/pgxc.h"
-#endif
/* ----------------------------------------------------------------