mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Someone forgot to commit gram.c and parse.h after his latest
set of updates to gram.y.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@ typedef union
|
||||
DefElem *defelt;
|
||||
ParamString *param;
|
||||
SortGroupBy *sortgroupby;
|
||||
JoinUsing *joinusing;
|
||||
JoinExpr *joinexpr;
|
||||
IndexElem *ielem;
|
||||
RangeVar *range;
|
||||
RelExpr *relexp;
|
||||
|
Reference in New Issue
Block a user