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 17:16:05
Message-ID: 15511.1248196565@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:
>> 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Spotts 2009-07-21 17:28:54 Re: array_agg crash?
Previous Message Tom Lane 2009-07-21 17:13:18 Re: killing processes