Re: pgsql: Add functions to 'pageinspect' to inspect GiST indexes. - Mailing list pgsql-committers

From Peter Geoghegan
Subject Re: pgsql: Add functions to 'pageinspect' to inspect GiST indexes.
Date
Msg-id CAH2-WzkR08cLLHJrWBGTGF2SwZdChboHTiia_ZU7T7WRAveskA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add functions to 'pageinspect' to inspect GiST indexes.  (Andrey Borodin <x4mmm@yandex-team.ru>)
List pgsql-committers
On Thu, Feb 11, 2021 at 9:22 PM Andrey Borodin <x4mmm@yandex-team.ru> wrote:
> Thanks, Peter! I agree that taking PageGetMaxOffsetNumber() seems
> incorrect for deleted page, because we set pd_lower for the deleted page.
> Also, there was an idea to add a column for LP_DEAD.
> As long as we are dealing with deleted data anyway, maybe let's add this column?
> PFW both patches.

I pushed both of your patches this evening.

Thanks!
-- 
Peter Geoghegan



pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Add "LP_DEAD item?" column to GiST pageinspect functions
Next
From: Fujii Masao
Date:
Subject: pgsql: Display the time when the process started waiting for the lock,