chore: minor rename FIXME in IndexPart

This commit is contained in:
Joonas Koivunen
2024-07-18 12:58:26 +00:00
parent 4a562dff2e
commit 86f26d0918

View File

@@ -236,6 +236,8 @@ impl Lineage {
.is_some_and(|(_, ancestor_lsn, _)| ancestor_lsn == lsn)
}
// FIXME: rename to is_detached_from_ancestor as the reparented will not be detached from
// original ancestor
pub(crate) fn is_detached_from_original_ancestor(&self) -> bool {
self.original_ancestor.is_some()
}