Re: pgstattuple "unexpected zero page" for gist and hash indexes
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Dilip Kumar <dilipbalaut@gmail.com>
Cc: Nitin Motiani <nitinmotiani@google.com>, pgsql-hackers@postgresql.org
Date: 2025-10-02T02:11:55Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
pgstattuple: Improve reports generated for indexes (hash, gist, btree)
- c207bf473ee9 13.23 landed
- ee2dbcad02c7 14.20 landed
- 49b5f0b53c63 15.15 landed
- c0f9fe877e23 16.11 landed
- 036decbba2af 17.7 landed
- fc295beb7b74 18.1 landed
- 684a745f5505 19 (unreleased) landed
On Wed, Oct 01, 2025 at 08:53:01PM +0530, Dilip Kumar wrote: > I think this looks good to me now, lets see what Michael has to say on > this, after that we can mark ready for committer. Thanks for the updated patch. I have tweaked a bit more the code blocks to be more consistent with each other, and applied the change down to v13, as there have been numerous complaints on the matter. -- Michael