On Thu, 16 Apr 2026 at 09:42, Fujii Masao <[email protected]> wrote: > > On Mon, Apr 13, 2026 at 4:10 PM vignesh C <[email protected]> wrote: > > I felt these also should be updated, the attached v2 version patch > > includes the changes for the same. > > Thanks for updating the patch! > > - applyPtr = (latestApplyPtr == InvalidXLogRecPtr) ? > + applyPtr = (XLogRecPtrIsInvalid(latestApplyPtr)) ? > > XLogRecPtrIsValid() should be used here, instead?
Yes, that seems better, the attached v3 version patch has the changes for the same. Regards, Vignesh
v3-0001-Use-XLogRecPtr-validity-helper-macros-consistentl.patch
Description: Binary data
