Ticket #1454 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

ST_OrderingEquals(g,g) returns false

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
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

Changed 17 months ago by strk

Found: the bug is in gbox_same, I'm enhancing testcases

Changed 17 months ago by strk

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

Fixed and regress-tested with r8779. I'm surprised it didn't come out before.

Note: See TracTickets for help on using tickets.