Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4fa0a23

Browse files
committed
Fix bug in cube picksplit algorithm.
Alexander Korotkov
1 parent5aa446c commit4fa0a23

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)

[8]ページ先頭

©2009-2025 Movatter.jp