]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Avoid access to already-released lock in LockRefindAndRelease.
authorRobert Haas <rhaas@postgresql.org>
Thu, 24 Jul 2014 12:19:19 +0000 (08:19 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 24 Jul 2014 12:39:46 +0000 (08:39 -0400)
commit18470e5f2f3767547f596dcd2e174dc2fc7076fe
tree938d1a338619e8e7d608078558f303c321cc675f
parent1da2f64fd166a1ad7c26dc04c82d538be5ac986f
Avoid access to already-released lock in LockRefindAndRelease.

Spotted by Tom Lane.
src/backend/storage/lmgr/lock.c