Opened 13 years ago
Closed 13 years ago
#1454 closed defect (fixed)
ST_OrderingEquals(g,g) returns false
Reported by: | strk | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
strk=# with inp as ( select 'MULTILINESTRING((0 0, 2 0))'::geometry as g ) select st_orderingequals(g,g) from inp; st_orderingequals ------------------- f
Note that ~= returns true.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed and regress-tested with r8779. I'm surprised it didn't come out before.
Note:
See TracTickets
for help on using tickets.
Found: the bug is in gbox_same, I'm enhancing testcases