Fix compile errors against PG 9.6+
authorSteve Singer <ssinger@ca.afilias.info>
Sat, 21 May 2016 22:33:50 +0000 (18:33 -0400)
committerSteve 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

index 153c6e5f4a801c31f9c007d6d8efc7bf14e2739c..4cb36b4bc233b4d878518dda45dc3f0dfb6bc8f0 100644 (file)
@@ -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"