mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 15:41:15 +00:00
doc: remove obsolete FIXME
this was cleared with partial metadata updates.
This commit is contained in:
@@ -687,8 +687,6 @@ impl RemoteTimelineClient {
|
||||
self: &Arc<Self>,
|
||||
new_parent: &TimelineId,
|
||||
) -> anyhow::Result<()> {
|
||||
// FIXME: because of how Timeline::schedule_uploads works when called from layer flushing
|
||||
// and reads the in-memory part we cannot do the detaching like this
|
||||
let receiver = {
|
||||
let mut guard = self.upload_queue.lock().unwrap();
|
||||
let upload_queue = guard.initialized_mut()?;
|
||||
|
||||
Reference in New Issue
Block a user