Correct statement to actually be the intended assert statement.

Andres Freund <andres@anarazel.de>

Commit: c755b7aaf776235413701813adc6942efedda9fd
Author: Andres Freund <andres@anarazel.de>
Date: 2015-12-14T10:24:59Z
Releases: 9.3.11
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