Ticket #1478 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

'SRID=1;POINT EMPTY' ERROR: WKB structure does not match expected size!

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

strk=# select 'SRID=1;POINT EMPTY'::geometry::text::geometry;
ERROR:  WKB structure does not match expected size!

Works fine w/out a SRID value

Change History

Changed 17 months ago by strk

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

Fixed with r8835. The bug was in WKB _writer_ for POINT EMPTY values with non-zero flags (SRID or higher dimensions).

Note: See TracTickets for help on using tickets.