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:11:07
Message-ID: 20050529171107.D822552815@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_3_STABLE

Modified Files:
--------------
pgsql/src/backend/parser:
parse_relation.c (r1.79 -> r1.79.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_relation.c.diff?r1=1.79&r2=1.79.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-29 18:24:14 pgsql: Remove typeidIsValid() checks in can_coerce_type().
Previous Message Tom Lane 2005-05-29 17:10:53 pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed