Re: pgsql: pageinspect: Fix handling of page sizes and AM types

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: pageinspect: Fix handling of page sizes and AM types
Date: 2022-03-16 02:50:08
Message-ID: YjFQYDX2IYt+aP4h@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-03-16 02:59:56 pgsql: Fix documentation typo in commit 5e6368b4.
Previous Message Thomas Munro 2022-03-16 02:50:07 pgsql: Fix waiting in RegisterSyncRequest().