Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09a160d

Browse files
author
Hiroshi Inoue
committed
Removed a no longer needed SetWaitingForLock() call in
DeadLockCheck().
1 parent412cb38 commit09a160d

File tree

1 file changed

+1
-2
lines changed
  • src/backend/storage/lmgr

1 file changed

+1
-2
lines changed

‎src/backend/storage/lmgr/lock.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.75 2001/01/02 04:33:16 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.76 2001/01/10 01:24:19 inoue Exp $
1212
*
1313
* NOTES
1414
* Outside modules can create a lock table and acquire/release
@@ -1636,7 +1636,6 @@ DeadLockCheck(PROC *thisProc, LOCK *findlock)
16361636
MyProc,
16371637
NULL)==STATUS_OK)
16381638
{
1639-
SetWaitingForLock(false);
16401639
GrantLock(MyProc->waitLock,
16411640
MyProc->waitHolder,
16421641
MyProc->waitLockMode);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp