]> 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:22:38 +0000 (21:22 -0500)
commitd45f163251e290c66c144c347482538bdde9d895
treed38563c7a450e209a08c1245e6a1337befe23f19
parent178ca03f1cc81fd9ceb6c62b8d90397023d0d8a2
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