在 2026/4/16 12:11, Fujii Masao 写道:
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?
Regards,
Yeah, I was about to raise the same comment, and Fujii-san beat me. I believe
it should be XLogRecPtrIsValid().
Otherwise, the patch looks good to me.
Regards,
Xiaopeng Wang