Re: Offline data checksum changes can cause incorrect checksum state on standbys - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Offline data checksum changes can cause incorrect checksum state on standbys
Date
Msg-id 4BCE2F21-B669-46F3-B781-010F71B0B065@yesql.se
Whole thread
In response to Re: Offline data checksum changes can cause incorrect checksum state on standbys  (Bertrand Drouvot <bertranddrouvot.pg@gmail.com>)
Responses Re: Fix duplicate detection for null-treatment window functions
Re: Fix duplicate detection for null-treatment window functions
List pgsql-hackers
The attached v15 combines the v14 posted yesterday (again, no code changes
here) with the small cleanups from the other thread [1] with LLM review.  I
added another one to the list after PGT-6 identified that page zeroing was
logged when ignore_checksum_failures was set, which avoids the zeroing.  This
is what I have running in CI and locally, and will push today to close the open
item unless I hear any objections.

--
Daniel Gustafsson

[1] https://postgr.es/m/E15AC050-C4B5-488D-BB2D-3C7AC9F89EA8@yesql.se
<mailto:E15AC050-C4B5-488D-BB2D-3C7AC9F89EA8@yesql.se>



Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: PGQ catalog representation and pg_dump support
Next
From: Siddharth Kothari
Date:
Subject: Re: [PATCH] Add RetrieveInstrumentation hook for CustomScan providers