Commit b775655e authored by Tom Lane's avatar Tom Lane

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

set of updates to gram.y.
parent c438520b
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -16,7 +16,7 @@ typedef union
DefElem *defelt;
ParamString *param;
SortGroupBy *sortgroupby;
JoinUsing *joinusing;
JoinExpr *joinexpr;
IndexElem *ielem;
RangeVar *range;
RelExpr *relexp;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment