mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix bug in cube picksplit algorithm.
Alexander Korotkov
This commit is contained in:
parent
40da2c778c
commit
0e27a73191
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ g_cube_picksplit(GistEntryVector *entryvec,
|
|||
else
|
||||
{
|
||||
datum_r = union_dr;
|
||||
size_r = size_alpha;
|
||||
size_r = size_beta;
|
||||
*right++ = i;
|
||||
v->spl_nright++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue