vinyl: allow to commit statements to mem in arbitrary order
vy_mem_commit_stmt() expects statements to be committed in the order of increasing LSN. Although this condition holds now, it won't once we start using this function for building indexes. So let's remove this limitation. Needed for #1653
Please register or sign in to comment