Thread: pgsql: Fix contrib/seg's GiST picksplit method.

pgsql: Fix contrib/seg's GiST picksplit method.

From
Tom Lane
Date:
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).

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=16d5fd6a991cd37b79260a82f50d730433df8c54

Modified Files
--------------
contrib/seg/seg.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)