projects
/
plantuner.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ffe045a
)
10devel support
author
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 24 Apr 2017 12:20:45 +0000
(15:20 +0300)
committer
Teodor Sigaev
<teodor@sigaev.ru>
Mon, 24 Apr 2017 12:20:45 +0000
(15:20 +0300)
plantuner.c
patch
|
blob
|
history
diff --git
a/plantuner.c
b/plantuner.c
index
4e89d91
..
458236e
100644
(file)
--- a/
plantuner.c
+++ b/
plantuner.c
@@
-40,6
+40,10
@@
#include <utils/guc.h>
#include <utils/lsyscache.h>
#include <utils/rel.h>
#include <utils/guc.h>
#include <utils/lsyscache.h>
#include <utils/rel.h>
+#if PG_VERSION_NUM >= 100000
+#include <utils/regproc.h>
+#include <utils/varlena.h>
+#endif
PG_MODULE_MAGIC;
PG_MODULE_MAGIC;