Commit bf5d51e7 authored by Tatsuo Ishii's avatar Tatsuo Ishii

Tree dividing is not appropriate in Rtree.

This fix is reported by Hiroki Kataoka (kataoka@interwiz.koganei.tokyo.jp).
parent c8c3e07e
......@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.39 1999/11/07 23:07:58 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.40 1999/11/15 09:59:00 ishii Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -845,7 +845,7 @@ picksplit(Relation r,
pfree(datum_r);
pfree(union_dl);
datum_r = union_dr;
size_r = size_alpha;
size_r = size_beta;
*right++ = i;
v->spl_nright++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment