Re: pgstattuple "unexpected zero page" for gist and hash indexes

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Nitin Motiani <nitinmotiani(at)google(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgstattuple "unexpected zero page" for gist and hash indexes
Date: 2025-10-02 02:11:55
Message-ID: aN3fa0dI1-yeG8O4@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-10-02 02:22:34 Teaching planner to short-circuit empty UNION/EXCEPT/INTERSECT inputs
Previous Message Richard Guo 2025-10-02 01:39:50 Re: Eager aggregation, take 3