Re: GIN pageinspect support for entry tree and posting tree

From: Kirill Reshke <reshkekirill(at)gmail(dot)com>
To: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Roman Khapov <rkhapov(at)yandex-team(dot)ru>
Subject: Re: GIN pageinspect support for entry tree and posting tree
Date: 2026-01-08 17:11:40
Message-ID: CALdSSPgT4duvh-zZSAvxo27-OFQWd3zNbEFP5DnPd0yfzYZ_Dg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 8 Jan 2026 at 21:49, Andrey Borodin <x4mmm(at)yandex-team(dot)ru> wrote:
> > On 8 Jan 2026, at 01:57, Kirill Reshke <reshkekirill(at)gmail(dot)com> wrote:
> >
> > PFA v10
>
> Also it seems that you used something that is not pgindent.

Why

> Looks like clang-format with default settings.

I use "./src/tools/pg_bsd_indent/pg_bsd_indent -l79 -di12 -nfc1 -nlp
-sac ./contrib/pageinspect/ginfuncs.c"

--
Best regards,
Kirill Reshke

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Banck 2026-01-08 17:36:13 Re: [PATCH] Expose checkpoint reason to completion log messages.
Previous Message Heikki Linnakangas 2026-01-08 17:11:29 Re: Use IsA() macro instead of nodeTag comparison