projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
032191b
)
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:28:52 +0000
(21:28 -0500)
Alexander Korotkov
contrib/cube/cube.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/cube/cube.c
b/contrib/cube/cube.c
index f91e3b4bab77ea1682343b1a29aa414d9c76d829..d97bcea7015d62480dee5238dfd15130cf8cf55d 100644
(file)
--- a/
contrib/cube/cube.c
+++ b/
contrib/cube/cube.c
@@
-609,7
+609,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++;
}