Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db: simplify levelIter skipEmptyFileForward
Apply a small simplification to levelIter.skipEmptyFileForward's condition for when to interleave a synthetic boundary. Previously we needed to check whether a file's largest point key was a range deletion to work around getIter's use of the rangeDelIterPtr. Now that getIter no longer uses levelIter it's unnecessary.
- Loading branch information