Re: Aggregate-function space leakage

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Aggregate-function space leakage
Дата
Msg-id 1248297966.23273.7.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на Aggregate-function space leakage  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Aggregate-function space leakage  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, 2009-07-22 at 17:14 -0400, Tom Lane wrote:
> One possibility is to have nodeAgg.c reset the "aggcontext" between
> groups when in group mode.  I think this would be more than a one-liner
> fix because it probably has pointers to transvalues that are in that
> context, but it's surely doable.

Is there a disadvantage to this approach, or is it just more work?

Regards,Jeff Davis



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Aggregate-function space leakage
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Aggregate-function space leakage