[postgis-devel] [PostGIS] #1205: Test for ST_AddEdgeNewFaces fails under machine load
PostGIS
trac at osgeo.org
Thu Sep 22 01:11:43 PDT 2011
#1205: Test for ST_AddEdgeNewFaces fails under machine load
----------------------+-----------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.0.0
Component: topology | Version: trunk
Keywords: |
----------------------+-----------------------------------------------------
Changes (by strk):
* status: new => assigned
Comment:
The order by is there, but is based on minx/miny of bounding box, which in
this case are the same (ouch). The annoying thing is that any ordering
serves predictability but not performance. Anyway, when an added edge
splits 2 faces... _which_ face should we add first ? For the
AddEdgeModFace function we retain the right face, maybe for symmetry we
should _add_ the right face first in the AddEdgeNewFace..
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1205#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list