File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.47 1999/04/30 02:04:50 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/storage/lmgr/lock.c,v 1.48 1999/04/30 16:22:46 momjian Exp $
11
11
*
12
12
* NOTES
13
13
* Outside modules can create a lock table and acquire/release
@@ -829,7 +829,7 @@ LockResolveConflicts(LOCKMETHOD lockmethod,
829
829
PROC_QUEUE * waitQueue = & (lock -> waitProcs );
830
830
PROC * topproc = (PROC * ) MAKE_PTR (waitQueue -> links .prev );
831
831
832
- if (SHMQueueEmpty (lockQueue ) && waitQueue -> size &&
832
+ if (SHMQueueEmpty (& MyProc -> lockQueue ) && waitQueue -> size &&
833
833
topproc -> prio > myprio )
834
834
{
835
835
XID_PRINT ("LockResolveConflicts: higher priority proc waiting" ,
You can’t perform that action at this time.
0 commit comments