Correct statement to actually be the intended assert statement.
authorAndres Freund <andres@anarazel.de>
Mon, 14 Dec 2015 10:24:59 +0000 (11:24 +0100)
committerAndres Freund <andres@anarazel.de>
Mon, 14 Dec 2015 10:24:59 +0000 (11:24 +0100)
commitc755b7aaf776235413701813adc6942efedda9fd
tree3939d6d99d04bc9709d59b10c709bf63b912683a
parent818a680a6f0bc565cc12aaf9fa67752988b40f21
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