Correct statement to actually be the intended assert statement.

Andres Freund <andres@anarazel.de>

Commit: 476c54b89b55c980241ee10d6c3fed32e389135f
Author: Andres Freund <andres@anarazel.de>
Date: 2015-12-14T10:24:53Z
Releases: 9.1.20
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

Files

PathChange+/−
src/backend/storage/buffer/bufmgr.c modified +1 −1