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:03:12
Message-ID: 20090918140312.723DF753FB7@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_3_STABLE

Modified Files:
--------------
pgsql/src/backend/access/gist:
gistproc.c (r1.13.2.1 -> r1.13.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gist/gistproc.c?r1=1.13.2.1&r2=1.13.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-09-18 14:03:39 pgsql: Fix incorrect arguments for gist_box_penalty call.
Previous Message Teodor Sigaev 2009-09-18 14:02:40 pgsql: Fix incorrect arguments for gist_box_penalty call.