diff options
| author | Steve Singer | 2016-05-21 22:33:50 +0000 |
|---|---|---|
| committer | Steve Singer | 2016-05-21 22:50:13 +0000 |
| commit | 14ca5657f9c12c9c6ab5d2f6a4947f83cfd13933 (patch) | |
| tree | e2469f646ee877e9c424737a61eecb990e978dfb | |
| parent | bc8b7e46319459683a5143ffc7c74ca52dcbde4b (diff) | |
Fix compile errors against PG 9.6+
The file parser/keywords.h moved to common/keywords.h
but is not actually needed
| -rw-r--r-- | src/backend/slony1_funcs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/backend/slony1_funcs.c b/src/backend/slony1_funcs.c index 153c6e5f..4cb36b4b 100644 --- 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" |
