pgsql: Fix contrib/seg's GiST picksplit method. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix contrib/seg's GiST picksplit method.
Date
Msg-id E1PT3Wh-00051D-K4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix contrib/seg's GiST picksplit method.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix contrib/seg's GiST picksplit method.