[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-359-g0afd2b5
git at osgeo.org
git at osgeo.org
Wed Jul 21 05:24:07 PDT 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, main has been updated
via 0afd2b5e8276763990729e0945618f6c41732a9b (commit)
from ccf1cae72a34d4ad383f8463d06332185327ac8e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0afd2b5e8276763990729e0945618f6c41732a9b
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Jul 21 14:22:06 2021 +0200
Remove completed TODO items
diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index 6b7fe3f..3c65121 100644
--- a/topology/postgis_topology.c
+++ b/topology/postgis_topology.c
@@ -4247,9 +4247,6 @@ Datum ST_RemoveIsoNode(PG_FUNCTION_ARGS)
PG_RETURN_NULL();
}
- /* TODO: check if any TopoGeometry exists including this point in
- * its definition ! */
-
SPI_finish();
if ( snprintf(buf, 64, "Isolated node %" LWTFMT_ELEMID
@@ -4311,9 +4308,6 @@ Datum ST_RemIsoEdge(PG_FUNCTION_ARGS)
PG_RETURN_NULL();
}
- /* TODO: check if any TopoGeometry exists including this point in
- * its definition ! */
-
SPI_finish();
if ( snprintf(buf, 64, "Isolated edge %" LWTFMT_ELEMID
-----------------------------------------------------------------------
Summary of changes:
topology/postgis_topology.c | 6 ------
1 file changed, 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list