diff options
Diffstat (limited to 'src/backend/storage/lmgr/deadlock.c')
-rw-r--r-- | src/backend/storage/lmgr/deadlock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/storage/lmgr/deadlock.c b/src/backend/storage/lmgr/deadlock.c index 160fc64fb24..a69a0784749 100644 --- a/src/backend/storage/lmgr/deadlock.c +++ b/src/backend/storage/lmgr/deadlock.c @@ -12,7 +12,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/deadlock.c,v 1.3 2001/03/22 03:59:46 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/deadlock.c,v 1.4 2001/09/29 04:02:24 tgl Exp $ * * Interface: * @@ -172,8 +172,8 @@ InitDeadLockChecking(void) * * We must have already locked the master lock before being called. * NOTE: although the lockctl structure appears to allow each lock - * table to have a different spinlock, all locks that can block had - * better use the same spinlock, else this code will not be adequately + * table to have a different LWLock, all locks that can block had + * better use the same LWLock, else this code will not be adequately * interlocked! */ bool |