Ticket #683 (closed defect: fixed)

Opened 2 years ago

Last modified 17 months ago

ST_BuildArea crash on POLYGON EMPTY

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

-- crash -- hmm I wonder if its all GEOS functions

SELECT ST_BuildArea(ST_GeomFromText('POINT EMPTY',4326))

Again the other empty geometries tested don't crash.

Change History

Changed 2 years ago by pramsey

What should the answer be?

Changed 2 years ago by robe

Sorry that was a typo. I meant to write POLYGON EMPTY

SELECT ST_BuildArea(ST_GeomFromText('POLYGON EMPTY',4326))

Changed 2 years ago by pramsey

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

Fixed at r6302

Changed 17 months ago by strk

POINT EMPTY regress-tested at r8410

Note: See TracTickets for help on using tickets.