Remove no-longer-used RTE argument of markVarForSelectPriv().
Tom Lane <tgl@sss.pgh.pa.us>
Remove no-longer-used RTE argument of markVarForSelectPriv(). In the wake of c028faf2a, this is no longer needed. I left it out of that patch since the API change would be undesirable in a released branch; but there's no reason not to do it in HEAD.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_clause.c | modified | +2 −6 |
| src/backend/parser/parse_expr.c | modified | +1 −1 |
| src/backend/parser/parse_relation.c | modified | +3 −5 |
| src/backend/parser/parse_target.c | modified | +1 −1 |
| src/include/parser/parse_relation.h | modified | +1 −2 |