Re: [HACKERS] Memory grows without bounds in aggregates! - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Memory grows without bounds in aggregates!
Date
Msg-id 5302.922729217@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] Memory grows without bounds in aggregates!  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
>> Right, this is an instance of a known problem (palloc'd temporaries for
>> aggregate functions aren't freed until end of statement).

> I thought we fixed this recently with that aggregate patch? 

No, we backed out said patch because it was busted (tried to free temp
even for pass-by-value types :-().  Anyone want to try again?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] 'pgsql/src/backend/utils Gen_fmgrtab.sh.in'
Next
From: "Vazsonyi Peter[ke]"
Date:
Subject: Re: [HACKERS] NULL handling question