Обсуждение: pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed

Поиск
Список
Период
Сортировка

pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_relation.c (r1.107 -> r1.108)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_relation.c.diff?r1=1.107&r2=1.108)