]> granicus.if.org Git - postgresql/commit
Fix contrib/seg's GiST picksplit method.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Dec 2010 02:22:38 +0000 (21:22 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Dec 2010 02:23:43 +0000 (21:23 -0500)
commit04a1f0938717561feff526f39e930eef85c42379
tree5198c0b6a3701052ee928cf202cd2d0a5b3ba17a
parentd5ddd2fa7747730a733245116916d877a46cb94d
Fix contrib/seg's GiST picksplit method.

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