Re: array_agg crash?

From: "Chris Spotts" <rfusca(at)gmail(dot)com>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: array_agg crash?
Date: 2009-07-21 17:28:54
Message-ID: 00f001ca0a28$b98aee60$2ca0cb20$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: Tuesday, July 21, 2009 12:16 PM
> To: Chris Spotts
> Cc: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] array_agg crash?
>
> "Chris Spotts" <rfusca(at)gmail(dot)com> writes:
> >> many groups are you expecting in that query? Does the plan for the
> >> array_agg query show hash or group aggregation?
>
> > GroupAggregate
>
> Huh, there's no reason it should take much memory then. Maybe you've
> found a memory leak. Can you put together a self-contained test case?
>
> regards, tom lane
[Spotts, Christopher]
I'll try to put something together tonight and let you know tomorrow.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Kerr 2009-07-21 17:47:04 Re: killing processes
Previous Message Tom Lane 2009-07-21 17:16:05 Re: array_agg crash?