[postgis-tickets] [PostGIS] #5548: ValidateTopology, failes with ERROR: XX000: GetRingEdges: edge id cannot be null
PostGIS
trac at osgeo.org
Mon Sep 25 03:35:43 PDT 2023
#5548: ValidateTopology, failes with ERROR: XX000: GetRingEdges: edge id cannot
be null
--------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.1
Component: topology | Version: 3.4.x
Resolution: | Keywords:
--------------------------------+---------------------------
Comment (by strk):
I confirm the offending database has 9 faces with no edges:
{{{
postgis-ticket-5548=# select face_id from topo.face except ( select
left_face from topo.edge union select right_face from topo.edge );
face_id
---------
101455
91383
169721
168377
105440
163138
173666
104389
38457
(9 rows)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5548#comment:3>
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-tickets
mailing list