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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy