Opened 13 years ago

Closed 13 years ago

#733 closed defect (fixed)

gserialized ST_OrderingEquals TIN CRASH

Reported by: robe Owned by: pramsey
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

   SELECT ST_OrderingEquals(
ST_GeomFromEWKT('SRID=4326;TIN(((-71.0821 42.3036 0,-71.0821 42.3036 1,-71.0821 42.3436 0,-71.0821 42.3036 0)),
                ((-71.0821 42.3036 0,-71.0821 42.3436 0,-71.0831 42.3436 0,-71.0821 42.3036 0)))'), 
                ST_GeomFromEWKT('SRID=4326;POINT(-11.1111111 40)'));

Change History (2)

comment:1 by pramsey, 13 years ago

This also does not crash for me as of r6514. Does it still crash for you?

comment:2 by robe, 13 years ago

Resolution: fixed
Status: newclosed

works for e too now with gserialized on

Note: See TracTickets for help on using tickets.