[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-625-g2fe49a4b5

git at osgeo.org git at osgeo.org
Thu Mar 3 13:41:13 PST 2022


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  2fe49a4b5c7441bee2c2e987e93d0521de51957e (commit)
      from  51a036332a7e95bdead999cac8dcc512aff447fd (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 2fe49a4b5c7441bee2c2e987e93d0521de51957e
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Mar 3 21:55:39 2022 +0100

    Use PERFORM in plpgsql test code

diff --git a/topology/test/regress/st_changeedgegeom.sql b/topology/test/regress/st_changeedgegeom.sql
index 1d8a6395e..9cedd7677 100644
--- a/topology/test/regress/st_changeedgegeom.sql
+++ b/topology/test/regress/st_changeedgegeom.sql
@@ -142,7 +142,7 @@ BEGIN
   UPDATE city_data.edge_data SET right_face = 3 WHERE edge_id = 19;
   -- 2. Try to change the edge of a face with no bbox
   BEGIN
-    SELECT ST_ChangeEdgeGeom('city_data', 7, 'LINESTRING(21 22,28 20,35 22)' );
+    PERFORM ST_ChangeEdgeGeom('city_data', 7, 'LINESTRING(21 22,28 20,35 22)' );
   EXCEPTION
   WHEN OTHERS THEN
     -- Strip details, we only want the first part

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list