Opened 13 years ago
Closed 13 years ago
#1578 closed defect (fixed)
Crashes with EMPTY components in multipolygons
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
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'));
Note:
See TracTickets
for help on using tickets.
Fixed in r9191