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

vinyl: cleanup usage of tuple comparison functions

 - Use vy_tuple_compare() instead of vy_stmt_compare() in places where
   we know that both arguments are tuples (type != SELECT).

 - Use vy_tuple_compare() instead of tuple_compare() in the write
   iterator to assure that none of its arguments happens to be a key.

 - Use vy_stmt_compare() instead of vy_tuple_compare_with_key() in the
   read iterator when comparing the resulting statement to the search
   key, because the search key may be a tuple.
parent 310e0715
No related branches found
No related tags found
Loading
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