Re: Remaining calls of heap_close/heap_open in the tree
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Andres Freund <andres@anarazel.de>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-10-17T09:58:27Z
Lists: pgsql-hackers
On 2019-Oct-17, Michael Paquier wrote: > On Thu, Oct 17, 2019 at 01:04:50AM -0700, Andres Freund wrote: > > Wonder if it's worth removing the backward compat ones from master? I > > don't quite think so, but... > > I would vote for the removal so as we'll never see that again in > core. Let's see what others think here. Agreed. There are enough other API changes that if an external extension wants to keep using heap_* in their code, they can add their own defines anyway. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Remove last traces of heap_open/close in the tree
- f25968c49697 13.0 landed