[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
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 Tags: REL8_2_STABLE Modified Files: -- pgsql/src/backend/access/gist: gis

[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
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 Tags: REL8_3_STABLE Modified Files: -- pgsql/src/backend/access/gist: gis

[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
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 Tags: REL8_4_STABLE Modified Files: -- pgsql/src/backend/access/gist: gis

[COMMITTERS] pgsql: Fix incorrect arguments for gist_box_penalty call.

2009-09-18 Thread Teodor Sigaev
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 Modified Files: -- pgsql/src/backend/access/gist: gistproc.c (r1.17 -> r1.18)