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

Skip to content

Commit 0e27a73

Browse files
committed
Fix bug in cube picksplit algorithm.
Alexander Korotkov
1 parent 40da2c7 commit 0e27a73

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
@@ -406,7 +406,7 @@ g_cube_picksplit(GistEntryVector *entryvec,
406406
else
407407
{
408408
datum_r = union_dr;
409-
size_r = size_alpha;
409+
size_r = size_beta;
410410
*right++ = i;
411411
v->spl_nright++;
412412
}

0 commit comments

Comments
 (0)
0