projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ddd2f
)
Fix contrib/seg's GiST picksplit method.
author
Tom Lane
<
[email protected]
>
Thu, 16 Dec 2010 02:22:38 +0000
(21:22 -0500)
committer
Tom Lane
<
[email protected]
>
Thu, 16 Dec 2010 02:23:43 +0000
(21:23 -0500)
Fix the same size_alpha versus size_beta typo that was recently fixed
in contrib/cube. Noted by Alexander Korotkov.
Back-patch to all supported branches (there is a more invasive fix in
HEAD).
contrib/seg/seg.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/seg/seg.c
b/contrib/seg/seg.c
index aea86765568685b73e9d43e0548aa4075552801d..3354a90094278d0fe5a49d358960057325d5584d 100644
(file)
--- a/
contrib/seg/seg.c
+++ b/
contrib/seg/seg.c
@@
-426,7
+426,7
@@
gseg_picksplit(GistEntryVector *entryvec,
else
{
datum_r = union_dr;
- size_r = size_
alph
a;
+ size_r = size_
bet
a;
*right++ = i;
v->spl_nright++;
}