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

From Tom Lane
Subject pgsql: Remove no-longer-used RTE argument of markVarForSelectPriv().
Date
Msg-id E1lAEkw-0001zi-2B@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix copy-paste error with SHA256 digest length in checksum_helpe
Next
From: Tom Lane
Date:
Subject: pgsql: Simplify jsonfuncs.c code by using strtoint() not strtol().