File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
12
12
* Portions Copyright (c) 1994, Regents of the University of California
13
13
*
14
- * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.29 2010/02/26 02:01:21 momjian Exp $
14
+ * $PostgreSQL: pgsql/src/include/access/xlog_internal.h,v 1.30 2010/03/19 17:42:10 sriggs Exp $
15
15
*/
16
16
#ifndef XLOG_INTERNAL_H
17
17
#define XLOG_INTERNAL_H
@@ -71,7 +71,7 @@ typedef struct XLogContRecord
71
71
/*
72
72
* Each page of XLOG file has a header like this:
73
73
*/
74
- #define XLOG_PAGE_MAGIC 0xD166 /* can be used as WAL version indicator */
74
+ #define XLOG_PAGE_MAGIC 0x9002 /* can be used as WAL version indicator */
75
75
76
76
typedef struct XLogPageHeaderData
77
77
{
You can’t perform that action at this time.
0 commit comments