mirror of
https://github.com/postgres/postgres.git
synced 2026-02-15 08:37:56 -05: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:
parent
53dbc27c62
commit
d2bc1c9907
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue