mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix bug in cube picksplit algorithm.
Alexander Korotkov
This commit is contained in:
@ -406,7 +406,7 @@ g_cube_picksplit(GistEntryVector *entryvec,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
datum_r = union_dr;
|
datum_r = union_dr;
|
||||||
size_r = size_alpha;
|
size_r = size_beta;
|
||||||
*right++ = i;
|
*right++ = i;
|
||||||
v->spl_nright++;
|
v->spl_nright++;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user