forked from cockroachdb/pebble
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/keyspan: respect bounds when switching directions
A SeekGE(k) on an iterator with an upper bound ≤ k is permitted, and may be issued during normal iteration due to cascading range deletion seek keys. The symmetric dynamic exists in reverse. When an interleaving iterator's point iterator is exhausted and switching directions, respect the bounds.
- Loading branch information
Showing
1 changed file
with
30 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters