Commit dfab686c authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Update to match newest gram.c since both are generated from gram.y.

 Should be done every time gram.c is refreshed.
parent b3f8bbb9
...@@ -5,7 +5,7 @@ typedef union ...@@ -5,7 +5,7 @@ typedef union
char chr; char chr;
char *str; char *str;
bool boolean; bool boolean;
bool *pboolean; /* for pg_shadow privileges */ bool* pboolean; /* for pg_shadow privileges */
List *list; List *list;
Node *node; Node *node;
Value *value; Value *value;
...@@ -29,7 +29,6 @@ typedef union ...@@ -29,7 +29,6 @@ typedef union
RuleStmt *rstmt; RuleStmt *rstmt;
InsertStmt *astmt; InsertStmt *astmt;
} YYSTYPE; } YYSTYPE;
#define ACTION 258 #define ACTION 258
#define ADD 259 #define ADD 259
#define ALL 260 #define ALL 260
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment