mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +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:
@ -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
|
||||||
|
Reference in New Issue
Block a user