pageinspect support for SpGiST - Mailing list pgsql-hackers

From Kirill Reshke
Subject pageinspect support for SpGiST
Date
Msg-id CALdSSPhbAQbFtjK0nT8_G5GsXmsSEVx8J735Ga+ZxLp9osHcRA@mail.gmail.com
Whole thread Raw
Responses Re: pageinspect support for SpGiST
List pgsql-hackers
Hi hackers!

I am currently working for amcheck & pageinspect support for SpGiST indices.
Here is a patch implementing the pageinspect part.

My current design is two functions, which are

* spgist_page_opaque_info - akin to gin/gist opaque info functions.
* spgist_page_items - function that returns information about tuples
on the SpGiST page. Currently this works only for LEAF pages, Internal
pages to be supported.

Following "Desirability -> Design -> Implement -> Test -> Review ->
Commit" developing process, posting v1 patch with PoC and looking for
Desirability/Design feedback.

PFA (WIP) v1.

-- 
Best regards,
Kirill Reshke

Attachment

pgsql-hackers by date:

Previous
From: Mihail Nikalayeu
Date:
Subject: Re: Adding REPACK [concurrently]
Next
From: Tatsuya Kawata
Date:
Subject: Re: [PATCH] Add sampling statistics to autoanalyze log output