Re: pgsql: Remove last traces of heap_open/close in the tree

2019-10-20 Thread Michael Paquier
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

pgsql: Remove last traces of heap_open/close in the tree

2019-10-18 Thread Michael Paquier
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