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

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: Xuneng Zhou <xunengzhou@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-12T23:54:10Z
Lists: pgsql-hackers
On Wed, Nov 12, 2025 at 6:14 PM Xuneng Zhou <xunengzhou@gmail.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



Commits

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