Re: bug #1702: nested composite types in plpgsql

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug #1702: nested composite types in plpgsql
Дата
Msg-id 24627.1126628226@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug #1702: nested composite types in plpgsql  (Roman Neuhauser <neuhauser@sigpipe.cz>)
Ответы Re: bug #1702: nested composite types in plpgsql  (Roman Neuhauser <neuhauser@sigpipe.cz>)
Список pgsql-hackers
Roman Neuhauser <neuhauser@sigpipe.cz> writes:
> Looking at src/pl/plpgsql/src/pl_exec.c for the first time, is it a problem
> of make_tuple_from_row() not accounting for nested composite types?

Looks that way.  I've committed a fix to HEAD.  I'm not sure how hard
it'd be to fix 8.0.
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Spinlocks, yet again: analysis and proposed patches
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Materialized Views in PostgreSQL