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

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Dmitry Koval <d.koval@postgrespro.ru>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2023-03-02T05:05:28Z
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

Commits

  1. pageinspect: Fix crash with gist_page_items()