[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-293-gc6d0af4

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

    Forgot missing semicolon

diff --git a/topology/topology_drop_before.sql.in b/topology/topology_drop_before.sql.in
index daa536d..686f8aa 100644
--- a/topology/topology_drop_before.sql.in
+++ b/topology/topology_drop_before.sql.in
@@ -22,4 +22,4 @@ DROP FUNCTION IF EXISTS topology._ST_RemEdgeCheck(varchar, integer, integer, int
 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)
+DROP FUNCTION IF EXISTS topology.validatetopology(varchar);

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

Summary of changes:
 topology/topology_drop_before.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list