diff options
Diffstat (limited to 'src/include/access/twophase.h')
-rw-r--r-- | src/include/access/twophase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/access/twophase.h b/src/include/access/twophase.h index 799bf8bf38e..25ec622f4fd 100644 --- a/src/include/access/twophase.h +++ b/src/include/access/twophase.h @@ -31,6 +31,9 @@ extern int max_prepared_xacts; extern Size TwoPhaseShmemSize(void); extern void TwoPhaseShmemInit(void); +extern void AtAbort_Twophase(void); +extern void PostPrepare_Twophase(void); + extern PGPROC *TwoPhaseGetDummyProc(TransactionId xid); extern BackendId TwoPhaseGetDummyBackendId(TransactionId xid); |