Re: array_agg crash? - Mailing list pgsql-general

From Tom Lane
Subject Re: array_agg crash?
Date
Msg-id 15511.1248196565@sss.pgh.pa.us
Whole thread Raw
In response to Re: array_agg crash?  ("Chris Spotts" <rfusca@gmail.com>)
Responses Re: array_agg crash?
Re: array_agg crash?
List pgsql-general
"Chris Spotts" <rfusca@gmail.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: killing processes
Next
From: "Chris Spotts"
Date:
Subject: Re: array_agg crash?