[SCM] PostGIS branch master updated. 3.4.0rc1-955-g8a41ae8f4

git at osgeo.org git at osgeo.org
Thu Feb 29 00:09:06 PST 2024


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  8a41ae8f4bf7fe533f16bda1a998e61a460ed211 (commit)
      from  bccab952f00696d5a48e9eb495e827825eda23a2 (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 8a41ae8f4bf7fe533f16bda1a998e61a460ed211
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Feb 29 09:08:16 2024 +0100

    Make populate_topology_layer test predictable (order by)
    
    See https://woodie.osgeo.org/repos/30/pipeline/1847/13#L9455

diff --git a/topology/test/regress/populate_topology_layer.sql b/topology/test/regress/populate_topology_layer.sql
index 8801f7b3b..c35218a18 100644
--- a/topology/test/regress/populate_topology_layer.sql
+++ b/topology/test/regress/populate_topology_layer.sql
@@ -21,7 +21,8 @@ FROM topology.layer ORDER BY schema_name, table_name, feature_column;
 
 TRUNCATE topology.layer;
 
-SELECT 'populate', * FROM topology.Populate_Topology_Layer();
+SELECT 'populate', * FROM topology.Populate_Topology_Layer()
+ORDER BY schema_name, table_name, feature_column;
 
 SELECT 'only-before', * FROM ( SELECT * FROM topology.layer EXCEPT SELECT * FROM layer_backup ) x;
 SELECT 'only-after', * FROM ( SELECT * FROM layer_backup EXCEPT SELECT * FROM topology.layer ) x;

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list