Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable.

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Xuneng Zhou <xunengzhou(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix incorrect assignment of InvalidXLogRecPtr to a non-LSN variable.
Date: 2025-11-12 23:54:10
Message-ID: CAHGQGwECu3D3ryrx9-Lqpgye+Y4TOVz+SzQ6kpdfUZin2usdvA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 12, 2025 at 6:14 PM Xuneng Zhou <xunengzhou(at)gmail(dot)com> wrote:
> Good catch! I checked that no other similar misuses of
> InvalidXLogRecPtr assigned to non-LSN variables were found in
> logicalfuncs.c.

Thanks, Steven and Xuneng, for the reviews! I've pushed the patch.

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-11-13 00:17:36 Re: pg_getaddrinfo_all() with hintp=NULL
Previous Message Michael Paquier 2025-11-12 23:51:32 Re: Sequence Access Methods, round two