mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-09 16:10:08 +00:00
485d76ac62
With additional phases from #8430 the `detach_ancestor::Error` became untenable. Split it up into phases, and introduce laundering for remaining `anyhow::Error` to propagate them as most often `Error::ShuttingDown`. Additionally, complete FIXMEs. Cc: #6994