mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Bump WAL version.
Oversight in commit e6d8069522
. Since that commit changed the format of
XLOG_DBASE_DROP WAL record, XLOG_PAGE_MAGIC needs to be bumped.
Spotted by Michael Paquier
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
/*
|
/*
|
||||||
* Each page of XLOG file has a header like this:
|
* Each page of XLOG file has a header like this:
|
||||||
*/
|
*/
|
||||||
#define XLOG_PAGE_MAGIC 0xD101 /* can be used as WAL version indicator */
|
#define XLOG_PAGE_MAGIC 0xD102 /* can be used as WAL version indicator */
|
||||||
|
|
||||||
typedef struct XLogPageHeaderData
|
typedef struct XLogPageHeaderData
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user