Re: POC: make mxidoff 64 bits - Mailing list pgsql-hackers

From Maxim Orlov
Subject Re: POC: make mxidoff 64 bits
Date
Msg-id CACG=ezZHPFN2qdPAACDOpYmExUP_tujO2QbirqUB7jRWp+ADmA@mail.gmail.com
Whole thread Raw
In response to Re: POC: make mxidoff 64 bits  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers


On Wed, 3 Dec 2025 at 15:04, Heikki Linnakangas <hlinnaka@iki.fi> wrote:

There are plenty of such critical bytes in the system where a single bit
flip renders the whole block unreadable. Actually, if we had checksums
on SLRU pages, a single bit flip anywhere in the page would make the
checksum fail and render the block unreadable.

Correct. However, my concern about the lack of checksums for SLRU wasn't
about data loss and the impossibility of recovering it, but about the
impossibility of detecting the error.  But it is how it is for now.

--
Best regards,
Maxim Orlov.

pgsql-hackers by date:

Previous
From: Maxim Orlov
Date:
Subject: Re: Using MyDatabaseId in SET_LOCKTAG_APPLY_TRANSACTION
Next
From: Bertrand Drouvot
Date:
Subject: Re: Use func(void) for functions with no parameters