mirror of https://github.com/citusdata/citus.git
parent
51009d0191
commit
d59c93bc50
|
@ -2946,7 +2946,7 @@ MajorVersionsCompatibleColumnar(char *leftVersion, char *rightVersion)
|
|||
}
|
||||
else
|
||||
{
|
||||
rightComparisionLimit = strlen(leftVersion);
|
||||
rightComparisionLimit = strlen(rightVersion);
|
||||
}
|
||||
|
||||
/* we can error out early if hypens are not in the same position */
|
||||
|
|
Loading…
Reference in New Issue