Skip to content
Snippets Groups Projects
user avatar
Vladimir Davydov authored
vy_run_iterator_seek left the return statement uninitialized under
certain conditions. The branch in the code wasn't covered by any test,
because it could only be triggered by an EQ SELECT following range
coalescing, so we only saw it when a customer reported a crash.
Fix it and improve vinyl/select_consistency test to cover this branch.
79bd523e
History
Name Last commit Last update