Bump XLOG_PAGE_MAGIC for format changes related to FPW compression

Oversight in 4035cd5, spotted by Tom Lane.

Discussion: https://postgr.es/m/365778.1624941613@sss.pgh.pa.us
This commit is contained in:
Michael Paquier 2021-06-29 13:57:45 +09:00
parent 47f514dd9a
commit 445e36ad4e

View File

@ -31,7 +31,7 @@
/*
* Each page of XLOG file has a header like this:
*/
#define XLOG_PAGE_MAGIC 0xD10D /* can be used as WAL version indicator */
#define XLOG_PAGE_MAGIC 0xD10E /* can be used as WAL version indicator */
typedef struct XLogPageHeaderData
{