diff options
Diffstat (limited to 'src/include/storage/lock.h')
-rw-r--r-- | src/include/storage/lock.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index 1010e6760b3..ed134bcc77d 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.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: lock.h,v 1.51 2001/07/09 22:18:34 tgl Exp $ + * $Id: lock.h,v 1.52 2001/09/27 16:29:13 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -244,8 +244,6 @@ typedef struct HOLDER * function prototypes */ extern void InitLocks(void); -extern void LockDisable(bool status); -extern bool LockingDisabled(void); extern LOCKMETHODTABLE *GetLocksMethodTable(LOCK *lock); extern LOCKMETHOD LockMethodTableInit(char *tabName, LOCKMASK *conflictsP, int *prioP, int numModes, int maxBackends); |