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:01:56
Message-ID: 20090918140156.65947753FB7@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>

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

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-09-18 14:02:40 pgsql: Fix incorrect arguments for gist_box_penalty call.
Previous Message Tom Lane 2009-09-18 13:46:33 Re: [COMMITTERS] pgsql: Easier to translate psql help Instead of requiring translators