File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: transam.h,v 1.5 1996/11/10 03:04:41 momjian Exp $
9
+ * $Id: transam.h,v 1.6 1996/11/27 07:30:28 vadim Exp $
10
10
*
11
11
* NOTES
12
12
* Transaction System Version 101 now support proper oid
@@ -150,7 +150,6 @@ extern void TransRecover(Relation logRelation);
150
150
extern void InitializeTransactionLog (void );
151
151
extern bool TransactionIdDidCommit (TransactionId transactionId );
152
152
extern bool TransactionIdDidAbort (TransactionId transactionId );
153
- extern bool TransactionIdIsInProgress (TransactionId transactionId );
154
153
extern void TransactionIdCommit (TransactionId transactionId );
155
154
extern void TransactionIdAbort (TransactionId transactionId );
156
155
extern void TransactionIdSetInProgress (TransactionId transactionId );
Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: shmem.h,v 1.3 1996/11/10 03:05:56 momjian Exp $
9
+ * $Id: shmem.h,v 1.4 1996/11/27 07:32:10 vadim Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -68,6 +68,7 @@ extern bool ShmemPIDLookup(int pid, SHMEM_OFFSET* locationPtr);
68
68
extern SHMEM_OFFSET ShmemPIDDestroy (int pid );
69
69
extern long * ShmemInitStruct (char * name , unsigned long size ,
70
70
bool * foundPtr );
71
+ extern bool TransactionIdIsInProgress (TransactionId xid );
71
72
72
73
73
74
typedef int TableID ;
You can’t perform that action at this time.
0 commit comments