Opened 12 years ago

Closed 12 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 strk, 12 years ago

The exception in 2.0:

ERROR:  Non-collection type specified in collection constructor!

comment:2 by strk, 12 years ago

Fixed in trunk (2.0) with r8827 — still to be fixed in 1.5

comment:3 by pramsey, 12 years ago

In 1.5 the problem is in parsing the object.

select 'CURVEPOLYGON EMPTY'::geometry;

kills the backend.

comment:4 by pramsey, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in 1.5 at r8983

Note: See TracTickets for help on using tickets.