Fix incorrect LSN format in comment.
authorFujii Masao <fujii@postgresql.org>
Thu, 14 Aug 2025 02:12:03 +0000 (11:12 +0900)
committerFujii Masao <fujii@postgresql.org>
Thu, 14 Aug 2025 02:12:03 +0000 (11:12 +0900)
commit12f3639ee70254dc5d83f170c2f34cfeb444980e
tree7538742227b5300e7d5315d5b327e688b3210317
parentee54046601de2d14ca9107ba04c50178d9b52fe6
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
src/include/access/xlogdefs.h