Re: Progress report: intraquery memory recovery in executor - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Progress report: intraquery memory recovery in executor
Date
Msg-id 396.963239641@sss.pgh.pa.us
Whole thread Raw
In response to Re: Progress report: intraquery memory recovery in executor  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I was wondering how you were going to pull this off.  It seems doing
> something on entry to the expression routines is best.

Yeah, associating a short-term memory context with each ExprContext
is looking like the way to proceed.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: more corruption
Next
From: Tom Lane
Date:
Subject: Re: Progress report: intraquery memory recovery in executor