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)
Список
Дерево обсуждения
array_map not SQL accessible? Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: array_map not SQL accessible? Tom Lane <tgl@sss.pgh.pa.us>
Re: array_map not SQL accessible? Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: array_map not SQL accessible? Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: array_map not SQL accessible? Tom Lane <tgl@sss.pgh.pa.us>
Alvaro Herrera 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 по дате отправления