Re: Incorrect behaviour when using a GiST index on points
Alexander Korotkov <aekorotkov@gmail.com>
From: Alexander Korotkov <aekorotkov@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2012-03-12T11:50:33Z
Lists: pgsql-hackers
Attachments
- gistproc_backpatch.patch (text/x-patch) patch
I believe that attached version of patch can be backpatched. It fixes this problem without altering of index building procedure. It just makes checks in internal pages softener enough to compensate effect of gist_box_same implementation. ------ With best regards, Alexander Korotkov.