projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa446c
)
Fix bug in cube picksplit algorithm.
author
Robert Haas
<
[email protected]
>
Mon, 15 Nov 2010 02:27:34 +0000
(21:27 -0500)
committer
Robert Haas
<
[email protected]
>
Mon, 15 Nov 2010 02:27:34 +0000
(21:27 -0500)
Alexander Korotkov
contrib/cube/cube.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/cube/cube.c
b/contrib/cube/cube.c
index 832c099f0425bba33ac526b1f86beb2ea1a1819a..16331524321a89676ab65539b8c8e7fbd7f29d45 100644
(file)
--- a/
contrib/cube/cube.c
+++ b/
contrib/cube/cube.c
@@
-615,7
+615,7
@@
g_cube_picksplit(PG_FUNCTION_ARGS)
else
{
datum_r = union_dr;
- size_r = size_
alph
a;
+ size_r = size_
bet
a;
*right++ = i;
v->spl_nright++;
}