[SCM] PostGIS branch master updated. 3.4.0rc1-712-g023b13918

git at osgeo.org git at osgeo.org
Thu Oct 26 09:50:13 PDT 2023


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, master has been updated
       via  023b13918c3554915047b13869236d7e44b7dfc3 (commit)
      from  fdd2fa156509b11e7318474981b2187d50abeae3 (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 023b13918c3554915047b13869236d7e44b7dfc3
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Oct 26 18:49:28 2023 +0200

    Fix script-based load of topology by qualifying refs to TopoGeometry
    
    References #5590 in master branch (3.5.0dev)

diff --git a/topology/topology.sql.in b/topology/topology.sql.in
index b1d5969dd..97c0e3926 100644
--- a/topology/topology.sql.in
+++ b/topology/topology.sql.in
@@ -1300,7 +1300,7 @@ AS  $$SELECT ARRAY[topo.id,topo.layer_id]::topology.topoelement;$$;
 --
 -- Availability: 3.4.0
 -- }{
-CREATE CAST (topogeometry AS int[]) WITH FUNCTION TopoElement(topogeometry) AS ASSIGNMENT;
+CREATE CAST (topology.TopoGeometry AS int[]) WITH FUNCTION topology.TopoElement(topology.TopoGeometry) AS ASSIGNMENT;
 --} TopoGeometry(int[])
 
 --{

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list