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

Commitbf5d51e

Browse files
committed
Tree dividing is not appropriate in Rtree.
This fix is reported by Hiroki Kataoka (kataoka@interwiz.koganei.tokyo.jp).
1 parentc8c3e07 commitbf5d51e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/rtree/rtree.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.39 1999/11/07 23:07:58 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.40 1999/11/15 09:59:00 ishii Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -845,7 +845,7 @@ picksplit(Relation r,
845845
pfree(datum_r);
846846
pfree(union_dl);
847847
datum_r=union_dr;
848-
size_r=size_alpha;
848+
size_r=size_beta;
849849
*right++=i;
850850
v->spl_nright++;
851851
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp