Re: Failures with wal_consistency_checking and 13~ - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Failures with wal_consistency_checking and 13~
Date
Msg-id 20200622051539.GB50978@paquier.xyz
Whole thread Raw
In response to Re: Failures with wal_consistency_checking and 13~  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
On Sat, Jun 20, 2020 at 05:43:19PM +0300, Alexander Korotkov wrote:
> I have discovered and fixed the issue in a44dd932ff.  spg_mask()
> masked unused space only when pagehdr->pd_lower >
> SizeOfPageHeaderData.  But during the vacuum regression tests, one
> page has been erased completely and pagehdr->pd_lower was set to
> SizeOfPageHeaderData.  Actually, 13 didn't introduce any issue, it
> just added a test that spotted the issue.  The issue is here since
> a507b86900.

Thanks Alexander for looking at this issue!  My runs with
wal_consistency_checking are all clear now.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Backpatch b61d161c14
Next
From: Michael Paquier
Date:
Subject: Re: min_safe_lsn column in pg_replication_slots view