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

From Evgeny Voropaev
Subject Re: Elimination of the repetitive code at the SLRU bootstrap functions.
Date
Msg-id ec2eb904-74f8-4665-a372-f77af6c0a572@gmail.com
Whole thread Raw
In response to Re: Elimination of the repetitive code at the SLRU bootstrap functions.  (Andrey Borodin <x4mmm@yandex-team.ru>)
Responses Re: Elimination of the repetitive code at the SLRU bootstrap functions.
Re: Elimination of the repetitive code at the SLRU bootstrap functions.
List pgsql-hackers
Hello Hackers!

Andrey, thank you for your review and remarks.

 > Patch adds whitespace errors
Cleaned.

 > if (writePage != 0) should be if (writePage)
Done.

 > XLogSimpleInsert(int64 simpledata, RmgrId rmid, uint8 info)
 > I’d rename function XLogSimpleInsert() to something more descriptive
 > and changed arguments order from generic to specific.

The function has been renamed and the parameters have been reordered. 
Now we have:
     XLogInsertInt64(RmgrId rmid, uint8 info, int64 simpledata)

 > Probably, committer has broader view on XLog routines and can decide
 > if this function would better belong to SLRU than common XLog stuff.

In accordance with Álvaro's proposal, we want to enclose this function 
in the "xloginsert.c" module.

Best regards,
Evgeny Voropaev.
Attachment

pgsql-hackers by date:

Previous
From: Yura Sokolov
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded
Next
From: Jacob Champion
Date:
Subject: Re: dblink: Add SCRAM pass-through authentication