]> 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:24:06 +0000 (21:24 -0500)
commit16d5fd6a991cd37b79260a82f50d730433df8c54
tree0cd6c74e665adc7d035bbe97ac38ff2860746754
parent4d836f34b51e3726c8765aab1feff98a185e6a5d
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