Commit 4fa0a23c authored by Robert Haas's avatar Robert Haas

Fix bug in cube picksplit algorithm.

Alexander Korotkov
parent 5aa446c9
......@@ -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++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment