Correct statement to actually be the intended assert statement.
authorAndres Freund
Mon, 14 Dec 2015 10:25:02 +0000 (11:25 +0100)
committerAndres Freund
Mon, 14 Dec 2015 10:25:02 +0000 (11:25 +0100)
commit819aceaa0e7f7de07885fe8b136d0dd3aba1229a
tree3ec8e2f848c9341e96b400632f788edc322ef6fc
parent38a4a42197f2b9fd237fc9b3958e602f25ffcd30
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