Ticket #959 (closed task: fixed)

Opened 2 years ago

Last modified 16 months ago

document topology.GetRingEdges

Reported by: strk Owned by: robe
Priority: medium Milestone: PostGIS 2.0.0
Component: documentation Version: trunk
Keywords: history Cc:

Description

The function was added in r7185 It is using default args, and is documented right before the function definition. Should be documented in the manual page.

Note that this is the first function using the next_left_edge/next_right_edge fields in the topology edge table, which means it will fail to give any meaningful answer against topologies with those fields not properly setup (as those constructed using AddEdge/AddFace? at time of writing)

Change History

Changed 2 years ago by robe

Oh I still owe you the recursive CTE equivalent too so we can compare speeds :)

Changed 2 years ago by strk

Yeah. Note that my version has a simple loop detection and an iteration limit for your greater fun :)

Changed 16 months ago by pramsey

Is this going to happen?

Changed 16 months ago by strk

  • keywords history added
  • status changed from new to closed
  • resolution set to fixed

It happened in r9096

Note: See TracTickets for help on using tickets.