8000 Fix bug in cube picksplit algorithm. · machack666/postgres@e642ca7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e642ca7

Browse files
committed
Fix bug in cube picksplit algorithm.
Alexander Korotkov
1 parent ef35f36 commit e642ca7

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
@@ -651,7 +651,7 @@ g_cube_picksplit(PG_FUNCTION_ARGS)
651651
else
652652
{
653653
datum_r = union_dr;
654-
size_r = size_alpha;
654+
size_r = size_beta;
655655
*right++ = i;
656656
v->spl_nright++;
657657
}

0 commit comments

Comments
 (0)
0