Someone forgot to commit gram.c and parse.h after his latest

set of updates to gram.y.
This commit is contained in:
Tom Lane 1999-02-27 21:33:53 +00:00
parent c438520b91
commit b775655e8a
2 changed files with 4013 additions and 4056 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@ typedef union
DefElem *defelt;
ParamString *param;
SortGroupBy *sortgroupby;
JoinUsing *joinusing;
JoinExpr *joinexpr;
IndexElem *ielem;
RangeVar *range;
RelExpr *relexp;