neon
neon copied to clipboard
Duplicated `disk_consistent_lsn` in `IndexPart`
We maintain disk_consistent_lsn
at IndexPart::disk_consistent_lsn
and IndexPart::metadata::disk_consistent_lsn
. Do we actually need to maintain both? Currently scrubber is performing a check to see if the two are the same. We can get rid of this check if one of them is no longer needed.