pageserver: ordered entries in sparse keyspace

This commit is contained in:
John Spray
2024-06-29 21:35:32 +01:00
parent 0a937b7f91
commit a33b3d93f4

View File

@@ -931,7 +931,7 @@ impl Timeline {
result.to_keyspace(),
/* AUX sparse key space */
SparseKeySpace(KeySpace {
ranges: vec![repl_origin_key_range(), Key::metadata_aux_key_range()],
ranges: vec![Key::metadata_aux_key_range(), repl_origin_key_range()],
}),
))
}