Re: AllocSetContextCreate changes breake extensions

From: Chapman Flack <chap(at)anastigmatix(dot)net>
To: Christoph Berg <myon(at)debian(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: AllocSetContextCreate changes breake extensions
Date: 2018-10-12 17:32:33
Message-ID: aa189db3-968c-b09d-7634-aae5330d150b@anastigmatix.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/12/2018 01:10 PM, Christoph Berg wrote:
> Re: Andres Freund 2018-10-12
> Andres' idea would enable the old code to continue to work, but
> couldn't we additionally to backpatch the ALLOCSET_*_SIZES macros, so
> the new code works also on old versions that didn't get the new
> AllocSetContextCreate macro?

That's effectively what PL/Java did, just for itself. Was pretty
straightforward.

https://github.com/tada/pljava/commit/3b67999

-Chap

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-10-12 17:43:48 Re: Index Skip Scan
Previous Message Tom Lane 2018-10-12 17:20:16 Re: AllocSetContextCreate changes breake extensions