mirror of
https://github.com/postgres/postgres.git
synced 2025-06-09 00:01:41 -04:00
Fix contrib/seg's GiST picksplit method.
Fix the same size_alpha versus size_beta typo that was recently fixed in contrib/cube. Noted by Alexander Korotkov. Back-patch to all supported branches (there is a more invasive fix in HEAD).
This commit is contained in:
parent
d5ddd2fa77
commit
04a1f09387
@ -426,7 +426,7 @@ gseg_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++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user