pgsql: Fix incorrect LSN format in comment. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix incorrect LSN format in comment.
Date
Msg-id E1umNSb-000Rdp-39@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12f3639ee70254dc5d83f170c2f34cfeb444980e

Modified Files
--------------
src/include/access/xlogdefs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Grab the low-hanging fruit from forcing USE_FLOAT8_BYVAL to true
Next
From: Fujii Masao
Date:
Subject: pgsql: Revert logical snapshot filename format change in SnapBuildSnaps