Re: Does anyone know of any issues around ARRAY UNNEST - Mailing list pgsql-sql

From Tom Lane
Subject Re: Does anyone know of any issues around ARRAY UNNEST
Date
Msg-id 24013.1322414217@sss.pgh.pa.us
Whole thread Raw
In response to Re: Does anyone know of any issues around ARRAY UNNEST  (Belinda Cussen <belinda.cussen@servian.com.au>)
Responses Re: Does anyone know of any issues around ARRAY UNNEST  (Belinda Cussen <belinda.cussen@servian.com.au>)
List pgsql-sql
Belinda Cussen <belinda.cussen@servian.com.au> writes:
> The code works ok on my database too when I call the procedure only once
> sequentially. I hit the segmentation fault consistently when I try to call
> the proc concurrently.

What do you mean by "concurrently"?  There is no multithreading within
Postgres backends, and it's really hard to believe that unnest would be
affected by what's happening in other server processes.
        regards, tom lane


pgsql-sql by date:

Previous
From: Belinda Cussen
Date:
Subject: Re: Does anyone know of any issues around ARRAY UNNEST
Next
From: Tom Lane
Date:
Subject: Re: Does anyone know of any issues around ARRAY UNNEST