[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.6-7-g8ae2e1c1d

git at osgeo.org git at osgeo.org
Tue Jul 26 12:08:16 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, stable-3.1 has been updated
       via  8ae2e1c1d82a10c581493e3154db81df019e17f1 (commit)
      from  8209512ee2d54fc9e7ca787c09efcef5d212de32 (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 8ae2e1c1d82a10c581493e3154db81df019e17f1
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jul 26 15:08:11 2022 -0400

    Fix ST_Point to use older signature in tests. References #5139 for PostGIS 3.1.7

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index f7c8c65cd..54132e668 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1432,7 +1432,7 @@ SELECT '#5151', ST_SetPoint(ST_GeomFromText('LINESTRING EMPTY',4326), 1, ST_Geom
 SET client_min_messages TO ERROR;
 DROP TABLE IF EXISTS a;
 CREATE TABLE a AS
-SELECT x AS id, ST_Point(40000 + 10000, -100000 , 27700) AS geom
+SELECT x AS id, ST_SetSRID(ST_Point(40000 + 10000, -100000) , 27700) AS geom
 FROM generate_series(1,1000000) AS x ;
 
 set max_parallel_workers_per_gather=3;

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

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