vclock: ignore 0th component in comparisons
0th vclock component will be used to count replica-local rows of an anonymous replica. These rows won't be replicated and different instances will have different values in vclock[0]. Add a function vclock_compare_ingore0, which doesn't order vclocks by 0 component and use it where appropriate. Part of #3186
Loading
Please register or sign in to comment