mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08: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:
|
||||
*/
|
||||
#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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user