mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +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:
parent
c438520b91
commit
b775655e8a
File diff suppressed because it is too large
Load Diff
@ -16,7 +16,7 @@ typedef union
|
|||||||
DefElem *defelt;
|
DefElem *defelt;
|
||||||
ParamString *param;
|
ParamString *param;
|
||||||
SortGroupBy *sortgroupby;
|
SortGroupBy *sortgroupby;
|
||||||
JoinUsing *joinusing;
|
JoinExpr *joinexpr;
|
||||||
IndexElem *ielem;
|
IndexElem *ielem;
|
||||||
RangeVar *range;
|
RangeVar *range;
|
||||||
RelExpr *relexp;
|
RelExpr *relexp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user