[PostGIS] #5646: ST_Collect using EMPTY crashes ST_Intersects

PostGIS trac at osgeo.org
Wed Jan 10 11:13:22 PST 2024


#5646: ST_Collect using EMPTY crashes ST_Intersects
----------------------+---------------------------
  Reporter:  Wenjing  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.4.2
 Component:  postgis  |    Version:  3.4.x
Resolution:           |   Keywords:
----------------------+---------------------------
Comment (by pramsey):

 Smaller repro
 {{{
 select
 st_intersects(a.geom, b.geom),
        st_astext(a.geom),
        st_astext(b.geom)
 from t0 as a,
      t0 as b,
      generate_series(1,2) where a.id = 5 and b.id = 2;
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5646#comment:6>
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