Re: Make relfile tombstone files conditional on WAL level - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Make relfile tombstone files conditional on WAL level
Date
Msg-id 20220106204943.yjvlofakbe5nm33k@alap3.anarazel.de
Whole thread Raw
In response to Re: Make relfile tombstone files conditional on WAL level  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2022-01-06 08:52:01 -0500, Robert Haas wrote:
> On Thu, Jan 6, 2022 at 3:47 AM Thomas Munro <thomas.munro@gmail.com> wrote:
> > Another problem is that relfilenodes are normally allocated with
> > GetNewOidWithIndex(), and initially match a relation's OID.  We'd need
> > a new allocator, and they won't be able to match the OID in general
> > (while we have 32 bit OIDs at least).
> 
> Personally I'm not sad about that. Values that are the same in simple
> cases but diverge in more complex cases are kind of a trap for the
> unwary.

+1



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Add 64-bit XIDs into PostgreSQL 15
Next
From: Pavel Luzanov
Date:
Subject: Re: psql: \dl+ to list large objects privileges