projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6318fa0
)
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:33 +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 62cd3a2d02a07c922b1a58f41b501c1639d4354b..b8f0623830922b143babbe83137d2eaef220c438 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++;
}