[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-327-g5c7a8cc

git at osgeo.org git at osgeo.org
Tue Jul 13 09:20:03 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  5c7a8ccd8e3821287c6afb3435840115efa18d97 (commit)
      from  104b72cfb5dd5bd2ba9bbdf4fdb726a5dff5591b (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 5c7a8ccd8e3821287c6afb3435840115efa18d97
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jul 13 18:14:30 2021 +0200

    Ensure an early-exit from ValidateTopology won't leave temporary tables around

diff --git a/topology/sql/manage/ValidateTopology.sql.in b/topology/sql/manage/ValidateTopology.sql.in
index 3cb27c6..a2d274f 100644
--- a/topology/sql/manage/ValidateTopology.sql.in
+++ b/topology/sql/manage/ValidateTopology.sql.in
@@ -778,6 +778,7 @@ BEGIN
   END LOOP;
 
   IF has_invalid_rings THEN
+    DROP TABLE IF EXISTS pg_temp.hole_check;
     RETURN; -- does not make sense to continue
   END IF;
 

-----------------------------------------------------------------------

Summary of changes:
 topology/sql/manage/ValidateTopology.sql.in | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list