pgsql: Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped
Date: 2017-04-06 22:38:47
Message-ID: E1cwG3D-0003Ug-Mx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().

Problems pointed out by Andres Freund and Thomas Munro.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/255efa241f460ee4f4c4c98c8cdd7457807f3af9

Modified Files
--------------
src/backend/parser/parse_relation.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2017-04-06 23:10:46 Re: pgsql: Add infrastructure to support EphemeralNamedRelation references.
Previous Message Tom Lane 2017-04-06 22:21:00 Re: pgsql: Add infrastructure to support EphemeralNamedRelation references.