pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
Date
Msg-id 20050529171035.C1AE45289B@svr1.postgresql.org
Whole thread Raw
List 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:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_relation.c (r1.102 -> r1.102.4.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_relation.c.diff?r1=1.102&r2=1.102.4.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed