We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d729b3 commit 6eab52bCopy full SHA for 6eab52b
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.32.2.1 1999/08/02 05:24:44 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/rtree/Attic/rtree.c,v 1.32.2.2 1999/11/15 09:56:21 ishii Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -843,7 +843,7 @@ picksplit(Relation r,
843
pfree(datum_r);
844
pfree(union_dl);
845
datum_r = union_dr;
846
- size_r = size_alpha;
+ size_r = size_beta;
847
*right++ = i;
848
v->spl_nright++;
849
}
0 commit comments