pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
Дата
Msg-id 20050529171107.D822552815@svr1.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: expandRTE and get_rte_attribute_type mistakenly always imputed
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove typeidIsValid() checks in can_coerce_type().