Unreliable results returned with PostgreSQL Spatial query? - Mailing list pgsql-bugs

From Burgess, Freddie
Subject Unreliable results returned with PostgreSQL Spatial query?
Date
Msg-id 3BBE635F64E28D4C899377A61DAA9FE03F0912CB@NBSVR-MAIL01.radiantblue.local
Whole thread Raw
Responses Re: Unreliable results returned with PostgreSQL Spatial query?  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
PostgreSQL version: 9.3.4
PostGIS version 2.1.1
Operating system:  Linux 6.4
Description:

Does the ST_Intersects function have problems returning the correct results=
 with non-box type geometries, like a circle polygon or other style polygon=
s.

i.e.

select count(*) from doti_sensors_report where ST_INTERSECTS(sensor_locatio=
n, ST_Buffer(ST_MakePoint(21.304116745663165, 38.68607570952619)::geography=
, 4000));

thanks

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #11264: Auto vacuum wraparound job blocking everything
Next
From: Michael Paquier
Date:
Subject: Re: Unreliable results returned with PostgreSQL Spatial query?