Re: Does anyone know of any issues around ARRAY UNNEST

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Belinda Cussen <belinda(dot)cussen(at)servian(dot)com(dot)au>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Does anyone know of any issues around ARRAY UNNEST
Date: 2011-11-27 17:16:57
Message-ID: 24013.1322414217@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Belinda Cussen <belinda(dot)cussen(at)servian(dot)com(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Belinda Cussen 2011-11-28 00:15:26 Re: Does anyone know of any issues around ARRAY UNNEST
Previous Message Uwe Bartels 2011-11-25 17:07:57 Re: strange error message