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

Commit32d7889

Browse files
committed
Avoid access to already-released lock in LockRefindAndRelease.
Spotted by Tom Lane.
1 parent967a4e7 commit32d7889

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2949,7 +2949,7 @@ LockRefindAndRelease(LockMethod lockMethodTable, PGPROC *proc,
29492949
* Decrement strong lock count. This logic is needed only for 2PC.
29502950
*/
29512951
if (decrement_strong_lock_count
2952-
&&ConflictsWithRelationFastPath(&lock->tag,lockmode))
2952+
&&ConflictsWithRelationFastPath(locktag,lockmode))
29532953
{
29542954
uint32fasthashcode=FastPathStrongLockHashPartition(hashcode);
29552955

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp