diff options
Diffstat (limited to 'src/include/storage/lmgr.h')
-rw-r--r-- | src/include/storage/lmgr.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/storage/lmgr.h b/src/include/storage/lmgr.h index 17b095b274b..5e476859236 100644 --- a/src/include/storage/lmgr.h +++ b/src/include/storage/lmgr.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: lmgr.h,v 1.37 2003/02/19 04:02:54 momjian Exp $ + * $Id: lmgr.h,v 1.38 2003/02/19 23:41:15 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -62,8 +62,4 @@ extern void UnlockPage(Relation relation, BlockNumber blkno, LOCKMODE lockmode); extern void XactLockTableInsert(TransactionId xid); extern void XactLockTableWait(TransactionId xid); -/* Lock an arbitrary database object in the current database */ -extern void LockObject(Oid objId, Oid classId, LOCKMODE lockmode); -extern void UnlockObject(Oid objId, Oid classId, LOCKMODE lockmode); - #endif /* LMGR_H */ |