pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
Date: 2005-05-29 17:10:53
Message-ID: 20050529171053.059FE5284E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
expandRTE and get_rte_attribute_type mistakenly always imputed typmod -1
to columns of an RTE that was a function returning RECORD with a column
definition list. Apparently no one has tried to use non-default typmod
with a function returning RECORD before.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src/backend/parser:
parse_relation.c (r1.90.2.1 -> r1.90.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_relation.c.diff?r1=1.90.2.1&r2=1.90.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-29 17:11:07 pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
Previous Message Tom Lane 2005-05-29 17:10:35 pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed