[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.2-20-g8a80c1b

git at osgeo.org git at osgeo.org
Fri Nov 20 14:07:34 PST 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-3.0 has been updated
       via  8a80c1b6b8da492f211ab73ebbb29076f53450ef (commit)
      from  be6ac75a89881bd19c00ef61a2337726c10187ca (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 8a80c1b6b8da492f211ab73ebbb29076f53450ef
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Nov 20 17:07:30 2020 -0500

    Take out test for #4718.  Fix was not backported to 3.0.3

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 4e60c96..3e287b2 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1298,16 +1298,6 @@ SELECT '#4670-5', ST_AsEWKT(ST_AddPoint('LINESTRING(0 0, 1 1, 3 3, 4 4)'::geomet
 
 SELECT '#4689', _ST_DistanceTree('POLYGON ((30 10, 40 40, 20 40, 30 10))'::geography, 'POLYGON((81 6,140 35,-70 18,-51 0,-60 -46,106 -6,81 6))');
 
-SELECT '#4718',
-	round(degrees(
-	ST_Azimuth('POINT(77.46412 37.96999)'::geography,
-           'POINT(77.46409 37.96999)'::geography
-           ))::numeric,3),
-	round(degrees(
-	ST_Azimuth('POINT(77.46412 37.96999)'::geography,
-           'POINT(77.46429 37.96999)'::geography
-           ))::numeric,3);
-
 SELECT '#4727', _ST_DistanceTree('SRID=4326;POLYGON((-179.9 -85.05112877980659, -179.9 74.99999999999997, -152 80, -130 84.99999999999997, -115 85.05112877980659, -60 85.05112877980659, -60 79, -70 70, -130 50, -80 6, -65 -53, -100 -85.05112877980659, -179.9 -85.05112877980659))'::geography,
 				ST_MakePoint(-150,-40), 0.0, true);
 
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 349500c..62f8651 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -434,5 +434,4 @@ ERROR:  BOX2D_construct: args can not be empty points
 #4670-4|LINESTRING(0 0,1 1,3 3,4 4,2 2)
 ERROR:  LWGEOM_addpoint: Invalid offset
 #4689|0
-#4718|-90.000|90.000
 #4727|0

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

Summary of changes:
 regress/core/tickets.sql      | 10 ----------
 regress/core/tickets_expected |  1 -
 2 files changed, 11 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list