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.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d4c746516b8b4eb0bf993e3729ccc04d1febdb1e Modified Files -------------- src/backend/parser/parse_clause.c | 8 ++------ src/backend/parser/parse_expr.c | 2 +- src/backend/parser/parse_relation.c | 8 +++----- src/backend/parser/parse_target.c | 2 +- src/include/parser/parse_relation.h | 3 +-- 5 files changed, 8 insertions(+), 15 deletions(-)
