[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 6e1755105bad066c068149f8c772b820dea5ce2d

git at osgeo.org git at osgeo.org
Tue May 12 00:11:36 PDT 2020


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-2.4 has been updated
       via  6e1755105bad066c068149f8c772b820dea5ce2d (commit)
      from  b495daed109f4771cc44066fcc0d4825131c7dc5 (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 6e1755105bad066c068149f8c772b820dea5ce2d
Author: Regina Obe <lr at pcorp.us>
Date:   Tue May 12 03:11:28 2020 -0400

    Change stupid test so it passes on all versions of sfcgal

diff --git a/regress/regress_sfcgal.sql b/regress/regress_sfcgal.sql
index bd64b38..e8a107d 100644
--- a/regress/regress_sfcgal.sql
+++ b/regress/regress_sfcgal.sql
@@ -35,7 +35,7 @@ SET postgis.backend = 'geos';
 SELECT 'intersection_geos', ST_astext(ST_intersection('LINESTRING(0 10, 0 -10)', 'LINESTRING(0 0, 1 1)'));
 
 SET postgis.backend = 'sfcgal';
-SELECT 'intersection_sfcgal', ST_astext(ST_intersection('LINESTRING(0 10, 0 -10)', 'LINESTRING(0 0, 1 1)'));
+SELECT 'intersection_sfcgal', ST_astext(ST_intersection('LINESTRING(0 10, 0 0)', 'LINESTRING(0 0, 1 1)'));
 
 SET postgis.backend = 'foo';
 SET postgis.backend = '';

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list