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

Commitf4dcafc

Browse files
committed
Clean up typo causing compile failure.
1 parent17dbeeb commitf4dcafc

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.47 1999/04/3002:04:50 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.48 1999/04/3016:22:46 momjian Exp $
1111
*
1212
* NOTES
1313
* Outside modules can create a lock table and acquire/release
@@ -829,7 +829,7 @@ LockResolveConflicts(LOCKMETHOD lockmethod,
829829
PROC_QUEUE*waitQueue=&(lock->waitProcs);
830830
PROC*topproc= (PROC*)MAKE_PTR(waitQueue->links.prev);
831831

832-
if (SHMQueueEmpty(lockQueue)&&waitQueue->size&&
832+
if (SHMQueueEmpty(&MyProc->lockQueue)&&waitQueue->size&&
833833
topproc->prio>myprio)
834834
{
835835
XID_PRINT("LockResolveConflicts: higher priority proc waiting",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp