Re: Elimination of the repetitive code at the SLRU bootstrap functions. - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: Elimination of the repetitive code at the SLRU bootstrap functions.
Date
Msg-id CA70EA21-4272-432A-A162-9FE17E19DDB5@yandex-team.ru
Whole thread Raw
In response to Re: Elimination of the repetitive code at the SLRU bootstrap functions.  (Evgeny <evorop@gmail.com>)
Responses Re: Elimination of the repetitive code at the SLRU bootstrap functions.
List pgsql-hackers

> On 11 Mar 2025, at 14:12, Evgeny <evorop@gmail.com> wrote:
>


Hi!

Some nits:

Patch adds whitespace errors
.git/rebase-apply/patch:64: trailing whitespace.
* Nullify the page (pageno = 0), don't insert an XLog record,  .git/rebase-apply/patch:212: trailing whitespace.
/*  .git/rebase-apply/patch:213: trailing whitespace.
* Zero the page;  .git/rebase-apply/patch:250: trailing whitespace.
.git/rebase-apply/patch:349: trailing whitespace.
* Nullify the page (pageno = 0), don't insert an XLog record,  warning: squelched 10 whitespace errors
warning: 15 lines add whitespace errors.

if (writePage != 0) should be if (writePage)

XLogSimpleInsert(int64 simpledata, RmgrId rmid, uint8 info)
I’d rename function XLogSimpleInsert() to something more descriptive and changed arguments order from generic to
specific.Probably, committer has broader view on XLog routines and can decide if this function would better belong to
SLRUthan common XLog stuff. 

Besides this patch seems ready to me.

Thanks!


Best regards, Andrey Borodin.


pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_recvlogical requires -d but not described on the documentation
Next
From: Dilip Kumar
Date:
Subject: Re: Parallel heap vacuum