Re: array_map not SQL accessible?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array_map not SQL accessible?
Дата
Msg-id 28662.1233349721@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array_map not SQL accessible?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> It seems there's something wrong here.

Ah, it's a bug in array_unnest: if its argument is toasted, it detoasts
it into function-local memory, and then tries to keep a pointer to that
across calls.  Boo.  Will fix.
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: parallel restore
Следующее
От: Sam Mason
Дата:
Сообщение: Re: using composite types in insert/update