mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 14:32:57 +00:00
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