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

vinyl: convert vy_index->tree to pointer

Space truncate rework done by the next patch requires the ability to
swap data stored on disk between two indexes on recovery so as not to
reload all runs every time a space gets truncated. Since we can't swap
content of two rb tree (due to rbt_nil), convert vy_index->tree to a
pointer.
parent 85009195
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