Fix bug in cube picksplit algorithm.
Alexander Korotkov
This commit is contained in:
parent
6318fa0fdb
commit
2519b8268b
@ -615,7 +615,7 @@ g_cube_picksplit(PG_FUNCTION_ARGS)
|
||||
else
|
||||
{
|
||||
datum_r = union_dr;
|
||||
size_r = size_alpha;
|
||||
size_r = size_beta;
|
||||
*right++ = i;
|
||||
v->spl_nright++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user