diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-05-25 15:45:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-05-25 15:45:34 +0000 |
commit | f6923ff3ac8320a82f4bb070b09e9b1fed3d91c9 (patch) | |
tree | 99937ac8a95d3ded1c263536c19de0e6bf05ec17 /src/include/access/transam.h | |
parent | dffb673692f96a6cc52411762b8ba07201687313 (diff) |
Oops, only wanted python change in the last commit. Backing out.
Diffstat (limited to 'src/include/access/transam.h')
-rw-r--r-- | src/include/access/transam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h index 6278665345f..90d1f359839 100644 --- a/src/include/access/transam.h +++ b/src/include/access/transam.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: transam.h,v 1.34 2001/05/25 15:34:50 momjian Exp $ + * $Id: transam.h,v 1.35 2001/05/25 15:45:33 momjian Exp $ * * NOTES * Transaction System Version 101 now support proper oid @@ -133,7 +133,6 @@ extern void GetNewTransactionId(TransactionId *xid); extern void ReadNewTransactionId(TransactionId *xid); extern void GetNewObjectId(Oid *oid_return); extern void CheckMaxObjectId(Oid assigned_oid); -extern Oid GetMinStartupOid(void); /* ---------------- * global variable extern declarations |