pgsql: Fix incorrect arguments for gist_box_penalty call. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix incorrect arguments for gist_box_penalty call.
Date
Msg-id 20090918140240.5942D753FBC@cvs.postgresql.org
Whole thread Raw
List 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@opengeo.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)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix incorrect arguments for gist_box_penalty call.
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix incorrect arguments for gist_box_penalty call.