Re: GIN pageinspect support for entry tree and posting tree

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: Roman Khapov <rkhapov(at)yandex-team(dot)ru>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: GIN pageinspect support for entry tree and posting tree
Date: 2026-01-14 15:03:10
Message-ID: CALdSSPjgB2=cn2KsMSYD=55ft1kWv0xThNT7+eDHmPtGOuKo5w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 14 Jan 2026 at 19:51, Japin Li <japinli(at)hotmail(dot)com> wrote:
>
> On Wed, 14 Jan 2026 at 17:44, Roman Khapov <rkhapov(at)yandex-team(dot)ru> wrote:
> >> I agree — the NULL handling seems wrong.
> >> Here's a quick patch to fix it. What do you think?
> >
> > LGTM, but maybe the test should be expanded with NULL for the two-column
> > indexes? I mean to add NULLs at zero column too.
> >
>
> Sorry, I’m not sure I understand.
>
> Are you suggesting we add one (or both) of these test cases?
>
> INSERT INTO test1 VALUES (2, NULL, NULL);
> INSERT INTO test1 VALUES (2, ARRAY[NULL, 222], ARRAY['d', NULL]);
>

Yes, like this, to have gin_entrypage_items to output y=NULL and
z=NULL for y_z index

--
Best regards,
Kirill Reshke

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Japin Li 2026-01-14 15:06:14 Re: GIN pageinspect support for entry tree and posting tree
Previous Message Japin Li 2026-01-14 14:55:20 Re: Add IS_INDEX macro to brin and gist index