We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c3e07 commit bf5d51eCopy full SHA for bf5d51e
src/backend/access/rtree/rtree.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -845,7 +845,7 @@ picksplit(Relation r,
845
pfree(datum_r);
846
pfree(union_dl);
847
datum_r = union_dr;
848
- size_r = size_alpha;
+ size_r = size_beta;
849
*right++ = i;
850
v->spl_nright++;
851
}
0 commit comments