Ticket #1473 (closed defect: fixed)

Opened 17 months ago

Last modified 16 months ago

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

Changed 17 months ago by strk

The exception in 2.0:

ERROR:  Non-collection type specified in collection constructor!

Changed 17 months ago by strk

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

Changed 16 months ago by pramsey

In 1.5 the problem is in parsing the object.

select 'CURVEPOLYGON EMPTY'::geometry;

kills the backend.

Changed 16 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

Fixed in 1.5 at r8983

Note: See TracTickets for help on using tickets.