Opened 14 years ago
Closed 13 years ago
#711 closed defect (fixed)
ST_GeoHash POLYGON Empty crash
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
SELECT ST_GeoHash(ST_GeomFromText('POLYGON EMPTY',4326)) As result;
Other empty variants don't seem to crash -- just throw error or return NULL.
Note:
See TracTickets
for help on using tickets.
Fixed at r7445