Ticket #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: | 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
Note: See
TracTickets for help on using
tickets.
