projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47f514d
)
Bump XLOG_PAGE_MAGIC for format changes related to FPW compression
author
Michael Paquier
Tue, 29 Jun 2021 04:57:45 +0000
(13:57 +0900)
committer
Michael Paquier
Tue, 29 Jun 2021 04:57:45 +0000
(13:57 +0900)
Oversight in
4035cd5
, spotted by Tom Lane.
Discussion: https://postgr.es/m/365778.
1624941613
@sss.pgh.pa.us
src/include/access/xlog_internal.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xlog_internal.h
b/src/include/access/xlog_internal.h
index 26a743b6b6c396c8dd281ff266cda37091a8159b..3b5eceff6584205d518d4d29d6481cd12adced5e 100644
(file)
--- a/
src/include/access/xlog_internal.h
+++ b/
src/include/access/xlog_internal.h
@@
-31,7
+31,7
@@
/*
* Each page of XLOG file has a header like this:
*/
-#define XLOG_PAGE_MAGIC 0xD10
D
/* can be used as WAL version indicator */
+#define XLOG_PAGE_MAGIC 0xD10
E
/* can be used as WAL version indicator */
typedef struct XLogPageHeaderData
{