Re: bug in pageinspect's "tuple data" feature - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: bug in pageinspect's "tuple data" feature
Date
Msg-id 20201124040153.GF3046@paquier.xyz
Whole thread Raw
In response to Re: bug in pageinspect's "tuple data" feature  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: bug in pageinspect's "tuple data" feature  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On Mon, Nov 23, 2020 at 09:11:26AM +0200, Heikki Linnakangas wrote:
> On 21/11/2020 21:32, Alvaro Herrera wrote:
>> This is pretty unhelpful; it would be better not to try to print the
>> data instead of dying.  With that, at least you can know where the
>> problem is.
>>
>> This was introduced in d6061f83a166 (2015).  Proposed patch to fix it
>> (by having the code print a null "data" instead of dying) is attached.
>
> Null seems misleading. Maybe something like "invalid", or print a warning?

How did you get into this state to begin with?  get_raw_page() uses
ReadBufferExtended() which gives some level of protection already, so
shouldn't it be better to return an ERROR with ERRCODE_DATA_CORRUPTED
and the block involved?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: [PATCH] postgres_fdw connection caching - cause remote sessions linger till the local session exit
Next
From: Peter Smith
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions