Re: ERROR: Memory exhausted in AllocSetAlloc(68)

Поиск
Список
Период
Сортировка
От Ruslan A Dautkhanov
Тема Re: ERROR: Memory exhausted in AllocSetAlloc(68)
Дата
Msg-id 3ED41F1E.65A511E4@scn.ru
обсуждение исходный текст
Ответ на ERROR: Memory exhausted in AllocSetAlloc(68)  (Ruslan A Dautkhanov <rusland@scn.ru>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ERROR: Memory exhausted in AllocSetAlloc(68)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: missing DLLIMPORT for cpu_index_tuple_cost