*** pgsql/src/include/access/twophase_rmgr.h 2009/09/01 02:54:52 1.8 --- pgsql/src/include/access/twophase_rmgr.h 2009/11/23 09:58:36 1.9 *************** *** 7,13 **** * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/twophase_rmgr.h,v 1.7 2009/01/01 17:23:56 momjian Exp $ * *------------------------------------------------------------------------- */ --- 7,13 ---- * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * ! * $PostgreSQL: pgsql/src/include/access/twophase_rmgr.h,v 1.8 2009/09/01 02:54:52 alvherre Exp $ * *------------------------------------------------------------------------- */ *************** typedef uint8 TwoPhaseRmgrId; *** 26,32 **** #define TWOPHASE_RM_INVAL_ID 2 #define TWOPHASE_RM_NOTIFY_ID 3 #define TWOPHASE_RM_PGSTAT_ID 4 ! #define TWOPHASE_RM_MAX_ID TWOPHASE_RM_PGSTAT_ID extern const TwoPhaseCallback twophase_recover_callbacks[]; extern const TwoPhaseCallback twophase_postcommit_callbacks[]; --- 26,33 ---- #define TWOPHASE_RM_INVAL_ID 2 #define TWOPHASE_RM_NOTIFY_ID 3 #define TWOPHASE_RM_PGSTAT_ID 4 ! #define TWOPHASE_RM_MULTIXACT_ID 5 ! #define TWOPHASE_RM_MAX_ID TWOPHASE_RM_MULTIXACT_ID extern const TwoPhaseCallback twophase_recover_callbacks[]; extern const TwoPhaseCallback twophase_postcommit_callbacks[];