Ticket #1578 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

Crashes with EMPTY components in multipolygons

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

Here are some crashers:

SELECT _st_within('POINT(0 0)', ST_Collect('POLYGON EMPTY', 'POLYGON EMPTY'));

select _st_intersects('POINT(0 0)'::geometry, ST_Collect('POLYGON EMPTY', 'POLYGON EMPTY'));

Change History

Changed 15 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

Fixed in r9191

Note: See TracTickets for help on using tickets.