projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6d8069
)
Bump WAL version.
author
Fujii Masao
<
[email protected]
>
Thu, 21 Nov 2019 13:17:28 +0000
(22:17 +0900)
committer
Fujii Masao
<
[email protected]
>
Thu, 21 Nov 2019 13:17:28 +0000
(22:17 +0900)
Oversight in commit
e6d8069522
. Since that commit changed the format of
XLOG_DBASE_DROP WAL record, XLOG_PAGE_MAGIC needs to be bumped.
Spotted by Michael Paquier
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 3f0de6625d784bdd744556a774eb7c622f3dd74d..e7e10beb4cd1d81e7f72d46db74d54fee80111f6 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
1
/* can be used as WAL version indicator */
+#define XLOG_PAGE_MAGIC 0xD10
2
/* can be used as WAL version indicator */
typedef struct XLogPageHeaderData
{