summaryrefslogtreecommitdiff
path: root/src/include/access/transam.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r--src/include/access/transam.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 5ce62d289f..e6fda69691 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -7,15 +7,13 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: transam.h,v 1.40 2001/08/26 16:56:00 tgl Exp $
+ * $Id: transam.h,v 1.41 2001/09/29 04:02:26 tgl Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TRANSAM_H
#define TRANSAM_H
-#include "storage/spin.h"
-
/* ----------------
* Special transaction ID values
@@ -122,8 +120,6 @@ extern void CheckMaxObjectId(Oid assigned_oid);
extern bool AMI_OVERRIDE;
/* in varsup.c */
-extern SPINLOCK OidGenLockId;
-extern SPINLOCK XidGenLockId;
extern VariableCache ShmemVariableCache;
#endif /* TRAMSAM_H */