Re: Free indexed_tlist memory explicitly within set_plan_refs() - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Free indexed_tlist memory explicitly within set_plan_refs()
Date
Msg-id 20150724095804.GB5106@alap3.anarazel.de
Whole thread Raw
In response to Re: Free indexed_tlist memory explicitly within set_plan_refs()  (Andres Freund <andres@anarazel.de>)
Responses Re: Free indexed_tlist memory explicitly within set_plan_refs()
List pgsql-hackers
On 2015-07-12 22:45:18 +0200, Andres Freund wrote:
> I'm right now not really coming up with a better idea how to fix
> this. So I guess I'll apply something close to this tomorrow.

Took a bit longer than that :(

I've pushed a version of your patch. I just opted to remove p_is_update
instead of allowing both to be set at the same time. To me that seemed
simpler.

Thanks for the fix!

Andres



pgsql-hackers by date:

Previous
From: Nicolas Barbier
Date:
Subject: Re: Eliminating CREATE INDEX comparator TID tie-breaker overhead
Next
From: Andres Freund
Date:
Subject: Re: Free indexed_tlist memory explicitly within set_plan_refs()