Re: Remaining calls of heap_close/heap_open in the tree
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: Andres Freund <andres@anarazel.de>, Alvaro Herrera <alvherre@2ndquadrant.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-10-18T01:03:11Z
Lists: pgsql-hackers
On Thu, Oct 17, 2019 at 12:34:44PM +0100, Dagfinn Ilmari Mannsåker wrote: > Would it be possible to wrap them in some #if(n)def guard so that > they're available when building out-of-tree extensions, but not when > building postgres itself? Not sure that's worth the trouble. If there are no objections, I will remove the compatibility macros. -- Michael
Commits
-
Remove last traces of heap_open/close in the tree
- f25968c49697 13.0 landed