projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53dbc27
)
Bump XLOG_PAGE_MAGIC.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 29 Dec 2010 12:19:21 +0000
(07:19 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 29 Dec 2010 12:19:21 +0000
(07:19 -0500)
The unlogged tables patch (commit
53dbc27c62d8e1b6c5253feba04a5094cb8fe046
,
2010-12-29) should have done this, since it changes the format of an
XLOG_SMGR_CREATE record.
src/include/access/xlog_internal.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlog_internal.h
b/src/include/access/xlog_internal.h
index 29a50838fa40fb2497791e48ff82a359c355b6b6..feae4563e1521b022f2e0e1fbf6ddf4f07f06df7 100644
(file)
--- a/
src/include/access/xlog_internal.h
+++ b/
src/include/access/xlog_internal.h
@@
-71,7
+71,7
@@
typedef struct XLogContRecord
/*
* Each page of XLOG file has a header like this:
*/
-#define XLOG_PAGE_MAGIC 0xD06
5
/* can be used as WAL version indicator */
+#define XLOG_PAGE_MAGIC 0xD06
6
/* can be used as WAL version indicator */
typedef struct XLogPageHeaderData
{