Re: Remove custom redundant full page write description from GIN - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: Remove custom redundant full page write description from GIN
Date
Msg-id 81BFE0A1-3298-47FB-BA16-DB55ED1A0660@yandex-team.ru
Whole thread Raw
In response to Re: Remove custom redundant full page write description from GIN  (Kirill Reshke <reshkekirill@gmail.com>)
List pgsql-hackers

> On 9 Oct 2025, at 17:33, Kirill Reshke <reshkekirill@gmail.com> wrote:
>
> Should we remove them, reducing overall cognitive complexity of GIN
> internals and reducing WAL footprint?

The patch does not add a single line... that's impressive :)

Why not wipe ginxlogSplit entirely? Will the code be clearer with XLogRegisterData(&flags, sizeof(uint16))?


Best regards, Andrey Borodin.




pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: Optimize LISTEN/NOTIFY
Next
From: Robert Haas
Date:
Subject: Re: Bypassing cursors in postgres_fdw to enable parallel plans