mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-23 06:28:23 +00:00
62f5d484d9
Currently, all callers of `unoffload_timeline` ensure that the tenant the unoffload operation is called on is active. We rely on it being active as we activate the timeline below and don't want to race with the activation code of the tenant (in the worst case, activating a timeline twice). Therefore, add this assertion. Part of #8088