Re: ERROR: Memory exhausted in AllocSetAlloc(68) - Mailing list pgsql-bugs

From Ruslan A Dautkhanov
Subject Re: ERROR: Memory exhausted in AllocSetAlloc(68)
Date
Msg-id 3ED41F1E.65A511E4@scn.ru
Whole thread Raw
In response to ERROR: Memory exhausted in AllocSetAlloc(68)  (Ruslan A Dautkhanov <rusland@scn.ru>)
List pgsql-bugs
Tom Lane wrote:

> Ruslan A Dautkhanov <rusland@scn.ru> writes:
> > isbs=# SELECT count(i.*),sum(i.param1),sum(60-i.param1) FROM inlog i,
>                 ^^^^^^^^^^
>
> Make that just count(*).  I think you're running into the poor handling
> of whole-row references.

Yes, after changing COUNT(i.*) for COUNT(*) the problem dissappear.
Thanks for advance, but I don't understand difference between this two
examples... :-|


--
 best regards,
Ruslan A Dautkhanov  rusland@scn.ru

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: ERROR: Memory exhausted in AllocSetAlloc(68)
Next
From: Bruce Momjian
Date:
Subject: Re: missing DLLIMPORT for cpu_index_tuple_cost