Opened 10 years ago

Closed 10 years ago

#2654 closed defect (fixed)

deprecated calls to Equals function

Reported by: robe Owned by: strk
Priority: medium Milestone: PostGIS 2.1.2
Component: topology Version: 2.1.x
Keywords: Cc:

Description

In scanning for non-schema qualified functions, I came across calls to Equals. I thought these were maybe trying to call topology.Equals, but they are against geometries so think they were meant to call ST_Equals.

ST_AddEdgeModFace - deprecated call to Equals Equals(newedge.end_node_geom, ST_EndPoint(acurve))

ST_AddEdgeNewFaces call to Equals(newedge.end_node_geom, ST_EndPoint(acurve))

Change History (1)

comment:1 by strk, 10 years ago

Resolution: fixed
Status: newclosed

This was already fixed in master with r12196, now also fixed in 2.1 branch with r12270 Thanks for reporting it.

Note: See TracTickets for help on using tickets.