|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California |
8 | 8 | * |
9 | 9 | * IDENTIFICATION |
10 | | - *$PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.54 2009/06/25 19:05:52 heikki Exp $ |
| 10 | + *$PostgreSQL: pgsql/src/backend/access/transam/twophase.c,v 1.55 2009/09/01 04:15:45 tgl Exp $ |
11 | 11 | * |
12 | 12 | * NOTES |
13 | 13 | *Each global transaction is associated with a global transaction |
@@ -716,7 +716,7 @@ TwoPhaseGetDummyProc(TransactionId xid) |
716 | 716 | /* |
717 | 717 | * Header for a 2PC state file |
718 | 718 | */ |
719 | | -#defineTWOPHASE_MAGIC0x57F94531/* format identifier */ |
| 719 | +#defineTWOPHASE_MAGIC0x57F94532/* format identifier */ |
720 | 720 |
|
721 | 721 | typedefstructTwoPhaseFileHeader |
722 | 722 | { |
|