Re: Incorrect behaviour when using a GiST index on points - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Incorrect behaviour when using a GiST index on points
Date
Msg-id CA+TgmoauSzBBbzzW3XOUkS9hcuyG2XcBhOatLsSnMtCoDt+p3Q@mail.gmail.com
Whole thread Raw
In response to Re: Incorrect behaviour when using a GiST index on points  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Incorrect behaviour when using a GiST index on points
List pgsql-hackers
On Mon, Aug 27, 2012 at 7:43 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> There's also the big-picture question of whether we should just get rid
> of fuzzy comparisons in the geometric types instead of trying to hack
> indexes to work around them.

+1 for that approach, but only if I don't have to do the work.
Otherwise, +1 for doing the simplest thing that we're sure will
eliminate wrong answers.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: MySQL search query is not executing in Postgres DB
Next
From: Tom Lane
Date:
Subject: Re: MySQL search query is not executing in Postgres DB