We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee54046 commit 12f3639Copy full SHA for 12f3639
src/include/access/xlogdefs.h
@@ -38,7 +38,7 @@ typedef uint64 XLogRecPtr;
38
/*
39
* Handy macro for printing XLogRecPtr in conventional format, e.g.,
40
*
41
- * printf("%X/08X", LSN_FORMAT_ARGS(lsn));
+ * printf("%X/%08X", LSN_FORMAT_ARGS(lsn));
42
43
* To avoid breaking translatable messages, we're directly applying the
44
* LSN format instead of using a macro.
0 commit comments