[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-292-g3e5610f

git at osgeo.org git at osgeo.org
Thu Jul 8 09:39:37 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  3e5610fc81477893dc757c82ef658e0505d9279c (commit)
      from  61638f97778d8a75bca8cba9117244f129179746 (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 3e5610fc81477893dc757c82ef658e0505d9279c
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 8 18:39:08 2021 +0200

    Pre-drop topology.validatetopology on upgrade
    
    To avoid, after upgrade, errors like:
    
      function topology.validatetopology(unknown) is not unique

diff --git a/topology/topology_drop_before.sql.in b/topology/topology_drop_before.sql.in
index 0788c83..daa536d 100644
--- a/topology/topology_drop_before.sql.in
+++ b/topology/topology_drop_before.sql.in
@@ -20,3 +20,6 @@ DROP FUNCTION IF EXISTS postgis_topology_scripts_installed();
 -- Removed in 2.2.0 when topology API moved to liblwgeom
 DROP FUNCTION IF EXISTS topology._ST_RemEdgeCheck(varchar, integer, integer, integer, integer);
 DROP FUNCTION IF EXISTS topology._ST_AddFaceSplit(varchar, integer, integer, boolean);
+
+-- Added optional bbox parameter in 3.2.0
+DROP FUNCTION IF EXISTS topology.validatetopology(varchar)

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

Summary of changes:
 topology/topology_drop_before.sql.in | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list