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 53dbc27 commit d2bc1c9Copy full SHA for d2bc1c9
src/include/access/xlog_internal.h
@@ -71,7 +71,7 @@ typedef struct XLogContRecord
71
/*
72
* Each page of XLOG file has a header like this:
73
*/
74
-#define XLOG_PAGE_MAGIC 0xD065 /* can be used as WAL version indicator */
+#define XLOG_PAGE_MAGIC 0xD066 /* can be used as WAL version indicator */
75
76
typedef struct XLogPageHeaderData
77
{
0 commit comments