Re: array_map not SQL accessible? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: array_map not SQL accessible?
Date
Msg-id 28662.1233349721@sss.pgh.pa.us
Whole thread Raw
In response to Re: array_map not SQL accessible?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: parallel restore
Next
From: Sam Mason
Date:
Subject: Re: using composite types in insert/update