]> granicus.if.org Git - postgresql/commit
Correct statement to actually be the intended assert statement.
authorAndres Freund <andres@anarazel.de>
Mon, 14 Dec 2015 10:24:53 +0000 (11:24 +0100)
committerAndres Freund <andres@anarazel.de>
Mon, 14 Dec 2015 10:24:53 +0000 (11:24 +0100)
commit476c54b89b55c980241ee10d6c3fed32e389135f
tree4e077582d41ec45adffa2393bb437093778ddeb1
parent20f85bc50beae343d921e4992dcadce80b09c404
Correct statement to actually be the intended assert statement.

e3f4cfc7 introduced a LWLockHeldByMe() call, without the corresponding
Assert() surrounding it.

Spotted by Coverity.

Backpatch: 9.1+, like the previous commit
src/backend/storage/buffer/bufmgr.c