Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assert in dimension slice lookup
Calling ts_scan_iterator_next will advance internal scanner data structures. It is therefore not safe to use the iterator after ts_scan_iterator_next returned NULL and expect to be able to access the previous tuple. Under certain circumstances this may point the iterator to tuples not normally visible.
- Loading branch information