mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix bug in cube picksplit algorithm.
Alexander Korotkov
This commit is contained in:
parent
032191b4aa
commit
d589e40705
@ -609,7 +609,7 @@ g_cube_picksplit(PG_FUNCTION_ARGS)
|
||||
else
|
||||
{
|
||||
datum_r = union_dr;
|
||||
size_r = size_alpha;
|
||||
size_r = size_beta;
|
||||
*right++ = i;
|
||||
v->spl_nright++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user