Re: array_agg crash?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Chris Spotts" <rfusca(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: array_agg crash?
Date: 2009-07-21 15:42:07
Message-ID: 13990.1248190927@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Chris Spotts" <rfusca(at)gmail(dot)com> writes:
> That seems to have fixed it in the sense that it doesn't crash, but I killed
> it after 15 minutes and no results...rather I tried to kill it, but it looks
> like I'm going to have to -9 it...

How big were the arrays you were trying to push around here? I tried
interrupting a similar query and it came right back; but if you were
building some really enormous arrays I could see the final array
build loop taking awhile, and there's no CHECK_FOR_INTERRUPTS in it...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Kerr 2009-07-21 15:45:09 Re: killing processes
Previous Message Bill Moran 2009-07-21 15:16:16 Re: First query very slow. Solutions: memory, or settings, or SQL?