pgsql: Allow implicit cast from any named composite type to RECORD.

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Allow implicit cast from any named composite type to RECORD.
Дата
Msg-id 20050505001947.9307C53524@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allow implicit cast from any named composite type to RECORD.  At the
moment this has no particular use except to allow table rows to be
passed to record_out(), but that case seems to be useful in itself
per recent example from Elein.  Further down the road we could look
at letting PL functions be declared to accept RECORD parameters.

Modified Files:
--------------
    pgsql/src/backend/parser:
        parse_coerce.c (r2.127 -> r2.128)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/parse_coerce.c.diff?r1=2.127&r2=2.128)

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