Opened 13 years ago
Closed 13 years ago
#1473 closed defect (fixed)
st_force_3dz('CURVEPOLYGON EMPTY') kills the backend
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 1.5.4 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description
In 1.5.3, st_force_3dz('CURVEPOLYGON EMPTY') kills the backend. It raises an error in 2.0.
Change History (4)
comment:1 by , 13 years ago
comment:3 by , 13 years ago
In 1.5 the problem is in parsing the object.
select 'CURVEPOLYGON EMPTY'::geometry;
kills the backend.
Note:
See TracTickets
for help on using tickets.
The exception in 2.0: