Get rid of crocky use of RangeVar nodes in parser to represent partially
Tom Lane <tgl@sss.pgh.pa.us>
Get rid of crocky use of RangeVar nodes in parser to represent partially transformed whole-row variables. Cleaner to use regular whole-row Vars.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/util/clauses.c | modified | +1 −21 |
| src/backend/parser/parse_expr.c | modified | +114 −60 |
| src/backend/parser/parse_func.c | modified | +84 −188 |
| src/backend/parser/parse_relation.c | modified | +20 −4 |
| src/backend/parser/parse_target.c | modified | +2 −19 |
| src/include/parser/parse_relation.h | modified | +6 −1 |