pgsql: Fix incorrect arguments for gist_box_penalty call.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect arguments for gist_box_penalty call.
Date: 2009-09-18 14:02:40
Message-ID: 20090918140240.5942D753FBC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix incorrect arguments for gist_box_penalty call. The bug could be observed
only for secondary page split (i.e. for non-first columns of index)

Patch by Paul Ramsey <pramsey(at)opengeo(dot)org>

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/access/gist:
gistproc.c (r1.17 -> r1.17.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistproc.c?r1=1.17&r2=1.17.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-09-18 14:03:12 pgsql: Fix incorrect arguments for gist_box_penalty call.
Previous Message Teodor Sigaev 2009-09-18 14:01:56 pgsql: Fix incorrect arguments for gist_box_penalty call.