Files
neon/pageserver/src
Arpad Müller 9559ef6f3b Sort by (key, lsn), not just key (#4918)
## Problem

PR #4839 didn't output the keys/values in lsn order, but for a given
key, the lsns were kept in incoming file order.

I think the ordering by lsn is expected.

## Summary of changes

We now also sort by `(key, lsn)`, like we did before #4839.
2023-08-07 18:14:15 +03:00
..
2023-07-25 10:19:04 +03:00
2023-08-03 20:34:05 +03:00
2022-11-10 16:43:04 -05:00