mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 23:50:39 +00:00
remove obsolete TODO (see github PR discussion https://github.com/neondatabase/neon/pull/2785#discussion_r1030547179 )
This commit is contained in:
@@ -869,9 +869,6 @@ impl Tenant {
|
||||
continue;
|
||||
}
|
||||
|
||||
// TODO There was also remove if dir is empty logic
|
||||
// TODO if attach failed we can be missing metadata here
|
||||
|
||||
let file_name = entry.file_name();
|
||||
if let Ok(timeline_id) =
|
||||
file_name.to_str().unwrap_or_default().parse::<TimelineId>()
|
||||
|
||||
Reference in New Issue
Block a user