[SCM] PostGIS branch stable-3.3 updated. 3.3.6-7-g2e3c331a3

git at osgeo.org git at osgeo.org
Thu Feb 29 00:10:13 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, stable-3.3 has been updated
       via  2e3c331a395d14867bfeda42f7ce419f167161d3 (commit)
      from  71afa3e0e349f7d6f4df741d803d03bc01b10200 (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 2e3c331a395d14867bfeda42f7ce419f167161d3
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