Skip to content

Commit 12f3639

Browse files
committed
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
1 parent ee54046 commit 12f3639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/xlogdefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ typedef uint64 XLogRecPtr;
3838
/*
3939
* Handy macro for printing XLogRecPtr in conventional format, e.g.,
4040
*
41-
* printf("%X/08X", LSN_FORMAT_ARGS(lsn));
41+
* printf("%X/%08X", LSN_FORMAT_ARGS(lsn));
4242
*
4343
* To avoid breaking translatable messages, we're directly applying the
4444
* LSN format instead of using a macro.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy