projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4676b30
)
Include transam.h to get NullTransactionId defined
author
Thomas G. Lockhart
Fri, 7 Nov 1997 18:39:38 +0000
(18:39 +0000)
committer
Thomas G. Lockhart
Fri, 7 Nov 1997 18:39:38 +0000
(18:39 +0000)
for use by recently created macros.
src/include/access/xact.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/xact.h
b/src/include/access/xact.h
index 80d220bc8053e085c564c29c350e765872f34423..92588e3512bc661e11c8160b0484b4320324087e 100644
(file)
--- a/
src/include/access/xact.h
+++ b/
src/include/access/xact.h
@@
-6,13
+6,14
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: xact.h,v 1.1
0 1997/11/02 15:26:48 vadim
Exp $
+ * $Id: xact.h,v 1.1
1 1997/11/07 18:39:38 thomas
Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XACT_H
#define XACT_H
+#include
#include
/* ----------------