Opened 14 years ago
Closed 14 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 , 14 years ago
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
works for e too now with gserialized on
Note:
See TracTickets
for help on using tickets.
This also does not crash for me as of r6514. Does it still crash for you?