]> 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:25:04 +0000 (11:25 +0100)
committerAndres Freund <andres@anarazel.de>
Mon, 14 Dec 2015 10:25:04 +0000 (11:25 +0100)
commitcb89644bb0df1921c6a15aa294903a9458c2a67d
tree4f4cc18e8a767ea2d35abcdb02925e20227f341e
parentc9ed438817661238901f43ea10aab8f120ea837f
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