[postgis-tickets] [SCM] PostGIS branch main updated. 3.1.0rc1-260-gcea5af8

git at osgeo.org git at osgeo.org
Thu Jul 1 11:48:57 PDT 2021


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, main has been updated
       via  cea5af84b98e1f9f03674d3edfac54c137ff7692 (commit)
      from  424ce7343f5165fa7cb1391ded0b3e376b9cbc15 (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 cea5af84b98e1f9f03674d3edfac54c137ff7692
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 1 20:48:45 2021 +0200

    Make validity test predictable

diff --git a/topology/test/regress/legacy_invalid.sql b/topology/test/regress/legacy_invalid.sql
index 9afad61..4913451 100644
--- a/topology/test/regress/legacy_invalid.sql
+++ b/topology/test/regress/legacy_invalid.sql
@@ -53,7 +53,8 @@ SELECT '#4936', 'missing_count', count(*)
 FROM invalid_topology.missing_invalidities ;
 
 SELECT '#4936', 'missing', *
-FROM invalid_topology.missing_invalidities ;
+FROM invalid_topology.missing_invalidities
+ORDER BY error ASC;
 
 -- clean up
 SELECT topology.DropTopology('invalid_topology');

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list