diff options
| -rw-r--r-- | src/include/parser/nodes.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/parser/nodes.h b/src/include/parser/nodes.h index 275694786..5412ef4c8 100644 --- a/src/include/parser/nodes.h +++ b/src/include/parser/nodes.h @@ -30,12 +30,11 @@ typedef enum NodeTag { T_Invalid = 0, - +#include "nodetags.h" /* pgpool Extension */ T_PgpoolVariableSetStmt, T_PgpoolVariableShowStmt, T_PgpoolQueryCacheStmt, -#include "nodetags.h" } NodeTag; /* |
