[postgis-tickets] [PostGIS] #4681: Have ST_GetFaceGeometry print a WARNING if face edges are found but no polygon can be built
PostGIS
trac at osgeo.org
Tue Oct 6 13:08:04 PDT 2020
#4681: Have ST_GetFaceGeometry print a WARNING if face edges are found but no
polygon can be built
--------------------------+--------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: closed
Priority: medium | Milestone:
Component: topology | Version: master
Resolution: fixed | Keywords:
--------------------------+--------------------
Comment (by laopsahl):
Ok I see, but with the Topology layer name it would be easier debug when
working eith many different topology layers on the same database.
{{{
[root at vroom4 ~]# grep Corrupted /var/log/postgres/*|sort -u
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7995848 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7995885 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7995937 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7995994 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996024 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996137 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996138 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996141 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996244 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996458 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996465 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996477 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996478 has no associated edges.
/var/log/postgres/postgresql-Sun.log:NOTICE: Corrupted topology: face
7996498 has no associated edges.
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4681#comment:5>
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