Morus Walter writes:
> Is there a place where I should have read about solved issues before
> sending the report? (Besides reading the bugs/committers mailing list)
You could try scanning the pgsql-bugs archives, but there's no formal
tracking mechanism.
regards, tom lane
Hallo Tom,
> > when trying to use the array_agg aggregate I ran into a `out of memory'
> > issue.
>
> This looks like a known issue, fixed here:
>
> http://archives.postgresql.org/pgsql-committers/2009-07/msg00210.php
>
> It will be in 8.4.1.
>
Thanks a lot.
I tried the modifications mentioned
On Tue, Aug 18, 2009 at 11:22 AM, Tom Lane wrote:
> "Morus Walter" writes:
>> when trying to use the array_agg aggregate I ran into a `out of memory'
>> issue.
>
> This looks like a known issue, fixed here:
>
> http://archives.postgresql.org/pgsql-committers/2009-07/msg00210.php
>
> It will be in
"Morus Walter" writes:
> when trying to use the array_agg aggregate I ran into a `out of memory'
> issue.
This looks like a known issue, fixed here:
http://archives.postgresql.org/pgsql-committers/2009-07/msg00210.php
It will be in 8.4.1.
regards, tom lane
--
Sent via
The following bug has been logged online:
Bug reference: 4993
Logged by: Morus Walter
Email address: morus.walter...@googlemail.com
PostgreSQL version: 8.4.0
Operating system: linux
Description:memory issue with array_agg
Details:
Hi,
when trying to use the array_a