On Mon, Apr 13, 2026 at 4:10 PM vignesh C <vignesh21(at)gmail(dot)com> 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?
Regards,
--
Fujii Masao