mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 08:22:55 +00:00
While reviewing code noticed a scary `layer_paths.pop().unwrap()` then realized this should be further asyncified, something I forgot to do when I switched the `compact_level0_phase1` back to async in #4938. This keeps the double-fsync for new deltas as #4749 is still unsolved.