mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-21 13:38:33 +00:00
0d10992e46
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.