Commit 43a54a3b authored by Fujii Masao's avatar Fujii Masao

Bump WAL version.

Oversight in commit e6d80695. Since that commit changed the format of
XLOG_DBASE_DROP WAL record, XLOG_PAGE_MAGIC needs to be bumped.

Spotted by Michael Paquier
parent e6d80695
......@@ -31,7 +31,7 @@
/*
* 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
{
......
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