Re: BUG #17815: Server crashes on executing gist_page_items() in pageinspect extension

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Dmitry Koval <d(dot)koval(at)postgrespro(dot)ru>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17815: Server crashes on executing gist_page_items() in pageinspect extension
Date: 2023-03-02 05:05:28
Message-ID: ZAAumE8ybvMgaMyO@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Mar 01, 2023 at 08:01:33PM +0900, Michael Paquier wrote:
> gist.sql has some coverage, but not for a combination like that. Like
> the recent things done in this area, well, I don't see why this one
> could not be plugged as well.. I'll see into it.

Okay, done and backpatched. I have added a similar test for BRIN,
while on it, as it relies on a raw page and an index when listing its
items.
--
Michael

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dmitry Koval 2023-03-02 06:14:32 Re: BUG #17815: Server crashes on executing gist_page_items() in pageinspect extension
Previous Message Tom Lane 2023-03-01 20:51:58 Re: BUG #17817: DISABLE TRIGGER ALL on a partitioned table with foreign key fails