Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd45f163

Browse files
committed
Fix contrib/seg's GiST picksplit method.
Fix the same size_alpha versus size_beta typo that was recently fixedin contrib/cube. Noted by Alexander Korotkov.Back-patch to all supported branches (there is a more invasive fix inHEAD).
1 parent178ca03 commitd45f163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/seg/seg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ gseg_picksplit(GistEntryVector *entryvec,
432432
else
433433
{
434434
datum_r=union_dr;
435-
size_r=size_alpha;
435+
size_r=size_beta;
436436
*right++=i;
437437
v->spl_nright++;
438438
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp