mirror of
https://github.com/postgres/postgres.git
synced 2025-06-08 22:02:03 +03:00
Update to match newest gram.c since both are generated from gram.y.
Should be done every time gram.c is refreshed.
This commit is contained in:
parent
b3f8bbb973
commit
dfab686ce8
@ -5,7 +5,7 @@ typedef union
|
||||
char chr;
|
||||
char *str;
|
||||
bool boolean;
|
||||
bool *pboolean; /* for pg_shadow privileges */
|
||||
bool* pboolean; /* for pg_shadow privileges */
|
||||
List *list;
|
||||
Node *node;
|
||||
Value *value;
|
||||
@ -29,7 +29,6 @@ typedef union
|
||||
RuleStmt *rstmt;
|
||||
InsertStmt *astmt;
|
||||
} YYSTYPE;
|
||||
|
||||
#define ACTION 258
|
||||
#define ADD 259
|
||||
#define ALL 260
|
||||
|
Loading…
x
Reference in New Issue
Block a user