PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "access/multixact.h"
#include "access/twophase_rmgr.h"
#include "pgstat.h"
#include "storage/lock.h"
#include "storage/predicate.h"
Go to the source code of this file.
const TwoPhaseCallback twophase_postabort_callbacks[TWOPHASE_RM_MAX_ID+1] |
Definition at line 42 of file twophase_rmgr.c.
Referenced by FinishPreparedTransaction().
const TwoPhaseCallback twophase_postcommit_callbacks[TWOPHASE_RM_MAX_ID+1] |
Definition at line 33 of file twophase_rmgr.c.
Referenced by FinishPreparedTransaction().
const TwoPhaseCallback twophase_recover_callbacks[TWOPHASE_RM_MAX_ID+1] |
Definition at line 24 of file twophase_rmgr.c.
Referenced by RecoverPreparedTransactions().
const TwoPhaseCallback twophase_standby_recover_callbacks[TWOPHASE_RM_MAX_ID+1] |
Definition at line 51 of file twophase_rmgr.c.