mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 12:00:42 +00:00
doc: delete fixme about gentlemans agreements and strings
This commit is contained in:
@@ -605,9 +605,6 @@ impl RemoteTimelineClient {
|
||||
let mut guard = self.upload_queue.lock().unwrap();
|
||||
let upload_queue = guard.initialized_mut()?;
|
||||
|
||||
// FIXME: we might be still including no longer existing files in the index_part because
|
||||
// that consistency is built on strings and gentleman agreements, not WeakLayer which
|
||||
// could be upgraded at the time of rendering of index_part.
|
||||
upload_queue
|
||||
.latest_files
|
||||
.insert(layer.layer_desc().filename(), layer_metadata.clone());
|
||||
|
||||
Reference in New Issue
Block a user