Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: fix invariant Value assertion
Calling Iterator.Value is only permitted on a valid iterator positioned over a point key. Previously the storage package assertions could attempt to read the Value of an iterator positioned only at a range key start bound. Epic: none Fix cockroachdb#110771. Release note: None
- Loading branch information