[SCM] PostGIS branch master updated. 3.5.0-266-g0acadb2c8

git at osgeo.org git at osgeo.org
Mon Apr 14 09:59:12 PDT 2025


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  0acadb2c87fc07945aae2e68cc52e1ee38824e57 (commit)
      from  a21e080e6e8cc0e10a4ee278dea28e3267bc5af2 (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 0acadb2c87fc07945aae2e68cc52e1ee38824e57
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Apr 14 18:58:59 2025 +0200

    Fix failure report

diff --git a/topology/test/regress/topogeo_addlinestring_robust.sql b/topology/test/regress/topogeo_addlinestring_robust.sql
index 0593771df..a5ca500be 100644
--- a/topology/test/regress/topogeo_addlinestring_robust.sql
+++ b/topology/test/regress/topogeo_addlinestring_robust.sql
@@ -139,8 +139,8 @@ BEGIN
       lbl,
       'area change',
       l,
-      rec.bfr::text,
-      rec.aft::text
+      bfr::text,
+      aft::text
     ], '|')
     FROM (
       SELECT t.lbl l, ST_Area(t.g) bfr, ST_Area(tg::geometry) aft
diff --git a/topology/test/regress/topogeo_addpoint_merge_edges.sql b/topology/test/regress/topogeo_addpoint_merge_edges.sql
index 65f996a15..7ad3e6bd9 100644
--- a/topology/test/regress/topogeo_addpoint_merge_edges.sql
+++ b/topology/test/regress/topogeo_addpoint_merge_edges.sql
@@ -132,8 +132,8 @@ BEGIN
       lbl,
       'area change',
       l,
-      rec.bfr::text,
-      rec.aft::text
+      bfr::text,
+      aft::text
     ], '|')
     FROM (
       SELECT t.lbl l, ST_Area(t.g) bfr, ST_Area(tg::geometry) aft

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

Summary of changes:
 topology/test/regress/topogeo_addlinestring_robust.sql | 4 ++--
 topology/test/regress/topogeo_addpoint_merge_edges.sql | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list