[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-664-g62a24697c

git at osgeo.org git at osgeo.org
Wed Feb 22 00:54:21 PST 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  62a24697c859299c624f8260f9fa322dd392540d (commit)
      from  e310da6fb07ed8d97660312ad6612f889f190ff0 (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 62a24697c859299c624f8260f9fa322dd392540d
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Feb 22 09:53:34 2023 +0100

    Fix restore of dumps with 3.4.0 topology in postgis_restore.pl
    
    References #5336

diff --git a/utils/postgis_restore.pl.in b/utils/postgis_restore.pl.in
index e40043d3c..e82e604f3 100644
--- a/utils/postgis_restore.pl.in
+++ b/utils/postgis_restore.pl.in
@@ -570,6 +570,7 @@ CAST CAST (raster AS bytea)
 CAST CAST (raster AS geometry)
 CAST CAST (text AS geometry)
 CAST CAST (topogeometry AS geometry)
+CAST CAST (topogeometry AS integer[])
 CAST (geography AS bytea)
 CAST (geography AS geography)
 CAST (geography AS geometry)
@@ -2675,6 +2676,7 @@ FUNCTION st_zmax(box3d)
 FUNCTION st_zmflag(geometry)
 FUNCTION st_zmin(box3d)
 FUNCTION text(geometry)
+FUNCTION topoelement(topogeometry)
 FUNCTION topoelementarray_append(topoelementarray, topoelement)
 FUNCTION topogeo_addgeometry(character varying, geometry, double precision)
 FUNCTION topogeo_addlinestring(character varying, geometry, double precision)

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

Summary of changes:
 utils/postgis_restore.pl.in | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list