mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
fix KeySpace initialization in bench_layer_map.rs
This commit is contained in:
@@ -95,6 +95,7 @@ fn uniform_key_partitioning(layer_map: &LayerMap<LayerDescriptor>, _lsn: Lsn) ->
|
||||
for key in keys {
|
||||
parts.push(KeySpace {
|
||||
ranges: vec![current_key..key],
|
||||
start: current_key,
|
||||
});
|
||||
current_key = key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user