pgsql: Remove no-longer-used RTE argument of markVarForSelectPriv().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove no-longer-used RTE argument of markVarForSelectPriv().
Date: 2021-02-11 16:23:50
Message-ID: E1lAEkw-0001zi-2B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-02-11 17:49:47 pgsql: Simplify jsonfuncs.c code by using strtoint() not strtol().
Previous Message Michael Paquier 2021-02-11 10:17:58 pgsql: Fix copy-paste error with SHA256 digest length in checksum_helpe