mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
Previously, the layer map range search returned a btree keyed on an ordered search result type. That ordering was incorrect since it was based solely on Lsn and treated layers with the same Lsn floor as equal. It turns out that the ordering is not actually required, so this commit changes to using a hash map instead for correctness.