Fix incorrect LSN format in comment.

Fujii Masao <fujii@postgresql.org>

Commit: 12f3639ee70254dc5d83f170c2f34cfeb444980e
Author: Fujii Masao <fujii@postgresql.org>
Date: 2025-08-14T02:12:03Z
Fix incorrect LSN format in comment.

The comment previously used %X/08X, which is wrong.
Updated it to the standardized format %X/%08X.

Author: Japin Li <japinli@hotmail.com>
Discussion: https://postgr.es/m/ME0P300MB0445A37908EFCCD15E6D749DB62BA@ME0P300MB0445.AUSP300.PROD.OUTLOOK.COM

Files

PathChange+/−
src/include/access/xlogdefs.h modified +1 −1

Discussion