mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
@@ -4168,6 +4168,12 @@ impl Timeline {
|
||||
}
|
||||
}
|
||||
|
||||
const ENABLE_TRIVIAL_MOVE: bool = false;
|
||||
|
||||
if !ENABLE_TRIVIAL_MOVE {
|
||||
deltas_to_compact_layers.extend(std::mem::take(&mut trivial_move_layers));
|
||||
}
|
||||
|
||||
let deltas_to_compact_layers = deltas_to_compact_layers
|
||||
.into_iter()
|
||||
.map(|l| self.lcache.get_from_desc(&l))
|
||||
|
||||
Reference in New Issue
Block a user