Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
Date
Msg-id CAHGQGwEbDkqcDU=zHeQFC-dyBDv7UM108bFCqd7gkx3b=UROig@mail.gmail.com
Whole thread
In response to Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid  (Amul Sul <sulamul@gmail.com>)
Responses Re: Use XLogRecPtrIsValid() instead of negated XLogRecPtrIsInvalid
List pgsql-hackers
On Thu, Apr 16, 2026 at 9:31 PM Amul Sul <sulamul@gmail.com> wrote:
> The outer parentheses do not seem to be needed, as
> XLogRecPtrIsInvalid() already includes them.
>
> Other than that, the v3 patch looks good to me.

I've updated the patch based on Amul's suggestion and pushed it. Thanks!

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: PostgreSQL and OpenSSL 4.0.0
Next
From: Álvaro Herrera
Date:
Subject: Re: EXCEPT TABLE - Case inconsistency for describe \d and \dRp+