Commit d2bc1c99 authored by Robert Haas's avatar Robert Haas

Bump XLOG_PAGE_MAGIC.

The unlogged tables patch (commit 53dbc27c,
2010-12-29) should have done this, since it changes the format of an
XLOG_SMGR_CREATE record.
parent 53dbc27c
......@@ -71,7 +71,7 @@ typedef struct XLogContRecord
/*
* Each page of XLOG file has a header like this:
*/
#define XLOG_PAGE_MAGIC 0xD065 /* can be used as WAL version indicator */
#define XLOG_PAGE_MAGIC 0xD066 /* can be used as WAL version indicator */
typedef struct XLogPageHeaderData
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment