diff options
Diffstat (limited to 'src/include/access/xact.h')
-rw-r--r-- | src/include/access/xact.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/access/xact.h b/src/include/access/xact.h index 712e88b6005..18ca96f3d83 100644 --- a/src/include/access/xact.h +++ b/src/include/access/xact.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: xact.h,v 1.28 2000/10/20 11:01:14 vadim Exp $ + * $Id: xact.h,v 1.29 2000/10/28 16:20:59 vadim Exp $ * *------------------------------------------------------------------------- */ @@ -135,6 +135,8 @@ extern bool IsTransactionBlock(void); extern void UserAbortTransactionBlock(void); extern void AbortOutOfAnyTransaction(void); +extern void RecordTransactionCommit(void); + extern TransactionId DisabledTransactionId; extern void XactPushRollback(void (*func) (void *), void* data); |