mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 23:33:27 -05:00
Someone forgot to commit gram.c and parse.h after his latest
set of updates to gram.y.
This commit is contained in:
parent
c438520b91
commit
b775655e8a
2 changed files with 4013 additions and 4056 deletions
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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue