diff options
Diffstat (limited to 'src/include/storage/lock.h')
-rw-r--r-- | src/include/storage/lock.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/storage/lock.h b/src/include/storage/lock.h index 387f164247c..ab084eb94fd 100644 --- a/src/include/storage/lock.h +++ b/src/include/storage/lock.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lock.h,v 1.25 1999/05/07 01:23:07 vadim Exp $ + * $Id: lock.h,v 1.26 1999/05/13 15:55:44 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -249,8 +249,7 @@ extern void GrantLock(LOCK *lock, LOCKMODE lockmode); extern bool LockReleaseAll(LOCKMETHOD lockmethod, SHM_QUEUE *lockQueue); extern int LockShmemSize(int maxBackends); extern bool LockingDisabled(void); -extern bool DeadLockCheck(SHM_QUEUE *lockQueue, LOCK *findlock, - bool skip_check); +extern bool DeadLockCheck(void *proc, LOCK *findlock); #ifdef DEADLOCK_DEBUG extern void DumpLocks(void); |