mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
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:
parent
47f514dd9a
commit
445e36ad4e
@ -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 0xD10D /* can be used as WAL version indicator */
|
#define XLOG_PAGE_MAGIC 0xD10E /* can be used as WAL version indicator */
|
||||||
|
|
||||||
typedef struct XLogPageHeaderData
|
typedef struct XLogPageHeaderData
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user