[PostGIS] #5619: ST_Intersection, side location conflict on Postgis 3.4

PostGIS trac at osgeo.org
Fri Nov 24 09:25:14 PST 2023


#5619: ST_Intersection, side location conflict on Postgis 3.4
--------------------------------+---------------------------
  Reporter:  Lars Aksel Opsahl  |      Owner:  pramsey
      Type:  defect             |     Status:  new
  Priority:  medium             |  Milestone:  PostGIS 3.4.2
 Component:  postgis            |    Version:  3.4.x
Resolution:                     |   Keywords:
--------------------------------+---------------------------
Comment (by mdavis):

 The PostGIS 3.4 instance has an old version of GEOS:
 {{{
 POSTGIS="3.4.0 0874ea3" [EXTENSION] PGSQL="150" GEOS="3.10.2-CAPI-1.16.0"
 }}}

 The 3.3 instance has a newer version:
 {{{
 POSTGIS="3.3.3 2355e8e" [EXTENSION] PGSQL="140" GEOS="3.12.0-CAPI-1.18.0"
 }}}
 Can you upgrade GEOS and see if the failure still occurs?

 What is odd is that I can't reproduce this in any GEOS version back to
 3.10.
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5619#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list