pgsql: get_expr_result_type has to be prepared to pull type information

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: get_expr_result_type has to be prepared to pull type information
Дата
Msg-id 20050528051047.BFF9A52836@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
get_expr_result_type has to be prepared to pull type information
from a RECORD Const node, because that's what it may be faced with
after constant-folding of a function returning RECORD.  Per example
from Michael Fuhr.

Modified Files:
--------------
    pgsql/src/backend/utils/fmgr:
        funcapi.c (r1.21 -> r1.22)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/fmgr/funcapi.c.diff?r1=1.21&r2=1.22)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Remove: < < * Add XML output to pg_dump and COPY < < We
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Bgwriter should PANIC if it runs out of memory for pending-fsyncs