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 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
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user