mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 22:48:40 +00:00
8c5b310090
This is a follow-up to #7051 where `LayerInner::drop` and `LayerInner::evict_blocking` were not noticed to require a gate before the file deletion. The lack of entering a gate opens up a similar possibility of deleting a layer file which a newer Timeline instance has already checked out to be resident in a similar case as #7051.