mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.1.1.1 1996/07/09 06:21:56 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.2 1996/07/30 07:47:33 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
* Outside modules can create a lock table and acquire/release
|
||||
@@ -102,12 +102,6 @@ static MASK BITS_ON[MAX_LOCKTYPES];
|
||||
*/
|
||||
static bool LockingIsDisabled;
|
||||
|
||||
/* ------------------
|
||||
* from storage/ipc/shmem.c
|
||||
* ------------------
|
||||
*/
|
||||
extern HTAB *ShmemInitHash();
|
||||
|
||||
/* -------------------
|
||||
* map from tableId to the lock table structure
|
||||
* -------------------
|
||||
|
||||
Reference in New Issue
Block a user