]> 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:23:24 +0000 (11:23 +0100)
committerAndres Freund <andres@anarazel.de>
Mon, 14 Dec 2015 10:23:24 +0000 (11:23 +0100)
commit2a3544960eaa114d34e5e83ab19e180c8efcd299
tree2436dfa2928921d843a3993b9ae178d1bf42e95a
parent7bd149ce2aa6af8910604eb45cc202798f563781
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