On Sat, Oct 19, 2019 at 02:25:46AM +, Michael Paquier wrote:
> Remove last traces of heap_open/close in the tree
>
> Since pluggable storage has been introduced, those two routines have
> been replaced by table_open/close, with some compatibility macros still
> present to allow extensions to c
Remove last traces of heap_open/close in the tree
Since pluggable storage has been introduced, those two routines have
been replaced by table_open/close, with some compatibility macros still
present to allow extensions to compile correctly with v12.
Some code paths using the old routines still re