Re: pgsql: pageinspect: Fix handling of page sizes and AM types - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: pageinspect: Fix handling of page sizes and AM types
Date
Msg-id YjFQYDX2IYt+aP4h@paquier.xyz
Whole thread Raw
In response to Re: pgsql: pageinspect: Fix handling of page sizes and AM types  (Michael Paquier <michael@paquier.xyz>)
List pgsql-committers
On Wed, Mar 16, 2022 at 11:45:14AM +0900, Michael Paquier wrote:
> I have reproduced the problem locally, just looking into why the page
> alignment and/or the allocation change seem to matter here..

Bleh.  That's a simple oversight with the multi-call memory context
where the aligned copy of the page is not saved into the correct
context.  Will fix shortly.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Fix waiting in RegisterSyncRequest().
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix documentation typo in commit 5e6368b4.