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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/seg's GiST picksplit method.
Date: 2010-12-16 02:25:03
Message-ID: E1PT3Wh-000517-H3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-12-16 04:51:47 pgsql: Fix up getopt() reset management so it works on recent mingw.
Previous Message Robert Haas 2010-12-16 02:10:52 pgsql: Some copy editing of pg_read_binary_file() patch.