Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4fa0a23

Browse files
committed
Fix bug in cube picksplit algorithm.
Alexander Korotkov
1 parent 5aa446c commit 4fa0a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/cube/cube.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ g_cube_picksplit(PG_FUNCTION_ARGS)
615615
else
616616
{
617617
datum_r = union_dr;
618-
size_r = size_alpha;
618+
size_r = size_beta;
619619
*right++ = i;
620620
v->spl_nright++;
621621
}

0 commit comments

Comments
 (0)