mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-17 05:00:38 +00:00
`initialize_with_lock` inserts `Arc<Timeline>` before returning it:c1731bc4f0/pageserver/src/tenant.rs (L222)but `setup_timeline` function did another insert, which got removed in this PR:c1731bc4f0/pageserver/src/tenant.rs (L486)On top, a better comment and function renames are added.