Re: Changing the state of data checksums in a running cluster - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: Changing the state of data checksums in a running cluster
Date
Msg-id d05fdb0e-d17e-49ba-b474-546c4493313b@vondra.me
Whole thread Raw
In response to Re: Changing the state of data checksums in a running cluster  (Tomas Vondra <tomas@vondra.me>)
List pgsql-hackers
On 3/15/26 23:47, Tomas Vondra wrote:
> On 3/12/26 00:56, Daniel Gustafsson wrote:
>> ...
>>
>> * The change to XLOG_CHECKPOINT_REDO to move the wal_level into a proper record
>>   structure should be pulled out as a 0001 patch as it's an cleanup that has
>>   value on its own.
> 
> Makes sense, but it's going to be harder because since d774072f0040 all
> 4 bits in XLR_INFO are used.
> 

Correction. This is not a problem for the XLOG_CHECKPOINT_REDO patch,
but for adding XLOG_CHECKSUMS. I guess we'll need a second xlog rmgr.

regards

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Changing the state of data checksums in a running cluster
Next
From: Gyan Sreejith
Date:
Subject: Re: [Proposal] Adding Log File Capability to pg_createsubscriber