[SCM] PostGIS branch stable-3.6 updated. 3.6.1-3-g6eb81a1c1

git at osgeo.org git at osgeo.org
Fri Nov 14 23:49:08 PST 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, stable-3.6 has been updated
       via  6eb81a1c1648fd64269738b52402c8ae9e5492e0 (commit)
      from  9244171a23f18d832b8bbee76d7fb36fa09a77dd (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 6eb81a1c1648fd64269738b52402c8ae9e5492e0
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 15 02:48:59 2025 -0500

    Force order of results of fix topogeometry test

diff --git a/topology/test/regress/fix_topogeometry_columns.sql b/topology/test/regress/fix_topogeometry_columns.sql
index 725e36375..dd3454db8 100644
--- a/topology/test/regress/fix_topogeometry_columns.sql
+++ b/topology/test/regress/fix_topogeometry_columns.sql
@@ -5,7 +5,8 @@ set client_min_messages to WARNING;
 \i ../more_features.sql
 \i ../hierarchy.sql
 SELECT topology.FixCorruptTopoGeometryColumn(schema_name, table_name, feature_column)
-FROM topology.layer;
+FROM topology.layer
+ORDER BY schema_name, table_name, feature_column;
 
 SELECT topology.DropTopology('city_data');
 DROP SCHEMA features CASCADE;
diff --git a/topology/test/regress/fix_topogeometry_columns_expected b/topology/test/regress/fix_topogeometry_columns_expected
index 3652720d1..c17525cc7 100644
--- a/topology/test/regress/fix_topogeometry_columns_expected
+++ b/topology/test/regress/fix_topogeometry_columns_expected
@@ -1,7 +1,7 @@
+0 rows updated for features.big_parcels.feature column to bigint id type
+0 rows updated for features.big_signs.feature column to bigint id type
+0 rows updated for features.big_streets.feature column to bigint id type
+0 rows updated for features.city_streets.feature column to bigint id type
 0 rows updated for features.land_parcels.feature column to bigint id type
 0 rows updated for features.traffic_signs.feature column to bigint id type
-0 rows updated for features.city_streets.feature column to bigint id type
-0 rows updated for features.big_parcels.feature column to bigint id type
-0 rows updated for features.big_streets.feature column to bigint id type
-0 rows updated for features.big_signs.feature column to bigint id type
 Topology 'city_data' dropped

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

Summary of changes:
 topology/test/regress/fix_topogeometry_columns.sql      | 3 ++-
 topology/test/regress/fix_topogeometry_columns_expected | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list