Thread: pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed

pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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)