mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
## Problem
See https://github.com/neondatabase/neon/issues/10233
`lfc_containsv` returns with holding lock when LFC was disabled.
This bug was introduced in commit 78938d1b59
## Summary of changes
Release lock before return.
Co-authored-by: Konstantin Knizhnik <knizhnik@neon.tech>