Skip to content
Snippets Groups Projects
Commit 98ac5be8 authored by Vladimir Davydov's avatar Vladimir Davydov
Browse files

vinyl: clean up upsert squashing procedure of read iterator

vy_merge_iterator_squash_upserts() returns an UPSERT, which is then
converted to a REPLACE by vy_read_iterator_next(). Fold the latter into
the former to make the workflow easier to follow. Also, remove useless
suppress_error argument.
parent 6fb87432
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment