mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 16:10:37 +00:00
doc: remove FIXME
This commit is contained in:
@@ -109,7 +109,6 @@ impl PersistentLayerDesc {
|
||||
) -> Self {
|
||||
match filename {
|
||||
LayerFileName::Image(i) => {
|
||||
// FIXME: can we incremental image layers or is this for future use?
|
||||
Self::new_img(tenant_id, timeline_id, i.key_range, i.lsn, file_size)
|
||||
}
|
||||
LayerFileName::Delta(d) => {
|
||||
|
||||
Reference in New Issue
Block a user