[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-441-g421720ac3

git at osgeo.org git at osgeo.org
Mon Jan 31 21:42:31 PST 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  421720ac3cd02497b126cccf46c6f872801454f3 (commit)
      from  1feb7f2a9da6101e6f800b7050d93cb26e8be4aa (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 421720ac3cd02497b126cccf46c6f872801454f3
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Feb 1 00:42:26 2022 -0500

    Take out spatial_ref_sys check.  We know it fails. References #5024

diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index b5ef15cb2..221a62ebf 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1434,4 +1434,4 @@ SELECT
 	ST_DWithin('POINT(1 1)', 'POLYGON EMPTY', 'Inf');
 
 -- https://trac.osgeo.org/postgis/ticket/5024
-SELECT '#5024', 'spatial_ref_sys entries' AS table_name, count(*) FROM spatial_ref_sys;
+--SELECT '#5024', 'spatial_ref_sys entries' AS table_name, count(*) FROM spatial_ref_sys;
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index a4ce6a175..7cc2e9546 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -460,4 +460,3 @@ ERROR:  LWGEOM_addpoint: Invalid offset
 #4770.c|MULTIPOINT(0 0,1 1)|602
 #4799|{"type": "Feature", "geometry": {"type":"Point","crs":{"type":"name","properties":{"name":"EPSG:25832"}},"coordinates":[359667,5651729]}, "properties": {"id": 1, "geom1": {"type":"Point","crs":{"type":"name","properties":{"name":"EPSG:3035"}},"coordinates":[4110471,3103061]}}}
 #5008|f|f
-#5024|spatial_ref_sys entries|8500

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list