Re: Aggregate-function space leakage

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org, Chris Spotts <rfusca(at)gmail(dot)com>
Subject: Re: Aggregate-function space leakage
Date: 2009-07-22 21:26:06
Message-ID: 1248297966.23273.7.camel@monkey-cat.sm.truviso.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-07-22 21:35:37 Re: Aggregate-function space leakage
Previous Message Tom Lane 2009-07-22 21:14:57 Aggregate-function space leakage