projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e855e4
)
Actually, we need to bump the format identifier on twophase files
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 1 Sep 2009 04:15:45 +0000
(
04:15
+0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 1 Sep 2009 04:15:45 +0000
(
04:15
+0000)
because of readjustment of 2PC rmgr IDs for flatfile removal.
src/backend/access/transam/twophase.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/twophase.c
b/src/backend/access/transam/twophase.c
index 9434f8ff2ef9825243c42d034dd7eca7d8c2e831..195c90c794ba5d7bd7ff01e0d0fc3891cfb6af9a 100644
(file)
--- a/
src/backend/access/transam/twophase.c
+++ b/
src/backend/access/transam/twophase.c
@@
-716,7
+716,7
@@
TwoPhaseGetDummyProc(TransactionId xid)
/*
* Header for a 2PC state file
*/
-#define TWOPHASE_MAGIC 0x57F9453
1
/* format identifier */
+#define TWOPHASE_MAGIC 0x57F9453
2
/* format identifier */
typedef struct TwoPhaseFileHeader
{