Remove no-longer-used RTE argument of markVarForSelectPriv().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Feb 2021 16:23:25 +0000 (11:23 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Feb 2021 16:23:25 +0000 (11:23 -0500)
commitd4c746516b8b4eb0bf993e3729ccc04d1febdb1e
tree55699d74c7a9cc45dfe722a0359f42fe369c3b8e
parent42d74e0c443760af91875af99d2655c9eb4c40df
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.
src/backend/parser/parse_clause.c
src/backend/parser/parse_expr.c
src/backend/parser/parse_relation.c
src/backend/parser/parse_target.c
src/include/parser/parse_relation.h