From dffb673692f96a6cc52411762b8ba07201687313 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 25 May 2001 15:34:50 +0000 Subject: While changing Cygwin Python to build its core as a DLL (like Win32 Python) to support shared extension modules, I have learned that Guido prefers the style of the attached patch to solve the above problem. I feel that this solution is particularly appropriate in this case because the following: PglargeType PgType PgQueryType are already being handled in the way that I am proposing for PgSourceType. Jason Tishler --- src/include/access/transam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/access/transam.h') diff --git a/src/include/access/transam.h b/src/include/access/transam.h index b18f26b951e..6278665345f 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.33 2001/05/14 20:30:21 momjian Exp $ + * $Id: transam.h,v 1.34 2001/05/25 15:34:50 momjian Exp $ * * NOTES * Transaction System Version 101 now support proper oid @@ -133,6 +133,7 @@ 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 -- cgit v1.2.3