Ticket #370 (closed defect: fixed)
lwgeom_free not empty safe
| Reported by: | robe | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 1.5.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description (last modified by pramsey) (diff)
SELECT ST_CollectionExtract(foo1.the_geom, 3)
FROM ((SELECT ST_GeomFromText('GEOMETRYCOLLECTION EMPTY',4326) As the_geom
UNION ALL SELECT ST_GeomFromText('POLYGON EMPTY',4326) As the_geom
)
) As foo1
LIMIT 3;
Crashes server.
Change History
Note: See
TracTickets for help on using
tickets.
