Actually, we need to bump the format identifier on twophase files
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Sep 2009 04:15:45 +0000 (04:15 +0000)
committerTom 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

index 9434f8ff2ef9825243c42d034dd7eca7d8c2e831..195c90c794ba5d7bd7ff01e0d0fc3891cfb6af9a 100644 (file)
@@ -716,7 +716,7 @@ TwoPhaseGetDummyProc(TransactionId xid)
 /*
  * Header for a 2PC state file
  */
-#define TWOPHASE_MAGIC 0x57F94531              /* format identifier */
+#define TWOPHASE_MAGIC 0x57F94532              /* format identifier */
 
 typedef struct TwoPhaseFileHeader
 {