mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Bump XLOG_PAGE_MAGIC.
The unlogged tables patch (commit 53dbc27c62
,
2010-12-29) should have done this, since it changes the format of an
XLOG_SMGR_CREATE record.
This commit is contained in:
@ -71,7 +71,7 @@ typedef struct XLogContRecord
|
|||||||
/*
|
/*
|
||||||
* Each page of XLOG file has a header like this:
|
* 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
|
typedef struct XLogPageHeaderData
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user