projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8b7e4
)
Fix compile errors against PG 9.6+
author
Steve Singer
<ssinger@ca.afilias.info>
Sat, 21 May 2016 22:33:50 +0000
(18:33 -0400)
committer
Steve Singer
<ssinger@ca.afilias.info>
Sat, 21 May 2016 22:50:13 +0000
(18:50 -0400)
The file parser/keywords.h moved to common/keywords.h
but is not actually needed
src/backend/slony1_funcs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/slony1_funcs.c
b/src/backend/slony1_funcs.c
index 153c6e5f4a801c31f9c007d6d8efc7bf14e2739c..4cb36b4bc233b4d878518dda45dc3f0dfb6bc8f0 100644
(file)
--- a/
src/backend/slony1_funcs.c
+++ b/
src/backend/slony1_funcs.c
@@
-22,7
+22,6
@@
#include "miscadmin.h"
#include "nodes/makefuncs.h"
-#include "parser/keywords.h"
#include "parser/parse_type.h"
#include "executor/spi.h"
#include "commands/trigger.h"