add323da40a6 altered xl_heap_prune, changing the WAL format, but
neglected to bump XLOG_PAGE_MAGIC. Do so now.
Author: Melanie Plageman <
[email protected]>
Reported-by: Kirill Reshke <[email protected]>
Reported-by: Michael Paquier <[email protected]>
Discussion: https://postgr.es/m/aO3Gw6hCAZFUd5ab%40paquier.xyz
/*
* Each page of XLOG file has a header like this:
*/
-#define XLOG_PAGE_MAGIC 0xD118 /* can be used as WAL version indicator */
+#define XLOG_PAGE_MAGIC 0xD119 /* can be used as WAL version indicator */
typedef struct XLogPageHeaderData
{