[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-21-gb9f1e10be

git at osgeo.org git at osgeo.org
Mon Jul 25 19:33:48 PDT 2022


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  b9f1e10befad02207cf87b46ef3f85591e25ee4c (commit)
      from  2249fb637b3afcdac3c6a2b0d01306b59f4379e7 (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 b9f1e10befad02207cf87b46ef3f85591e25ee4c
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jul 25 22:33:38 2022 -0400

    Put in sort to enforce same order across all platforms

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 08b0fd6a4..889a15cb9 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1457,7 +1457,7 @@ WITH object_list AS (
 SELECT * INTO TEMPORARY TABLE object_list_temp
 FROM object_list;
 DROP TABLE IF EXISTS object_list;
-SELECT t, id FROM object_list_temp;
+SELECT t, id FROM object_list_temp ORDER BY id;
 DROP TABLE IF EXISTS object_list_temp;
 DROP TABLE IF EXISTS a;
 reset max_parallel_workers_per_gather;

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

Summary of changes:
 regress/core/tickets.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list