id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 4604,ST_Intersects discrepancy between 2.5.3 and 3.0.0,paf31,pramsey,"The following query returns different results between versions 2.5.3 (returns true) and 3.0.0 (returns false) running on Postgres 12.1: {{{ SELECT ST_Intersects( ST_GeographyFromText('SRID=4326;POINT(-11.0 0.00005)'), ST_GeographyFromText('SRID=4326;LINESTRING(-11.0 0.0,-11.0 0.0001)') ); }}} The result on 3.0.0 is very sensitive to the numbers used. Changing 11.0 to 10.0, for example, changes the result to true. We discussed this on IRC and concluded it's probably a bug, so I'm posting here. Thanks!",defect,closed,medium,PostGIS 3.0.2,postgis,3.0.x,invalid,,