提交 04a1f093 编写于 作者: T Tom Lane

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).
上级 d5ddd2fa
......@@ -426,7 +426,7 @@ gseg_picksplit(GistEntryVector *entryvec,
else
{
datum_r = union_dr;
size_r = size_alpha;
size_r = size_beta;
*right++ = i;
v->spl_nright++;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册