From 6c5b3b781285280701347ab0c1d749eefe5ed1b6 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Thu, 18 Jul 2024 08:48:38 +0000 Subject: [PATCH] doc: more sketched api comments --- pageserver/src/tenant/timeline/detach_ancestor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/pageserver/src/tenant/timeline/detach_ancestor.rs b/pageserver/src/tenant/timeline/detach_ancestor.rs index 7b0af067f9..a251677d96 100644 --- a/pageserver/src/tenant/timeline/detach_ancestor.rs +++ b/pageserver/src/tenant/timeline/detach_ancestor.rs @@ -230,6 +230,7 @@ impl SharedStateBuilder { /// detached. pub(crate) fn record_loading_timeline(&mut self, _index_part: &crate::tenant::IndexPart) {} + /// Merge the loaded not yet deleting in-progress to the existing datastructure. pub(crate) fn build(self, _target: &SharedState) {} }