[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-434-gc26e3bd66
git at osgeo.org
git at osgeo.org
Mon Jan 31 13:59:38 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 c26e3bd66ab2ec2fd5ba8d205311967268639ba8 (commit)
from de6d5811516f0a4da81f382525ce89a4ab56297b (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 c26e3bd66ab2ec2fd5ba8d205311967268639ba8
Author: Regina Obe <lr at pcorp.us>
Date: Mon Jan 31 16:58:52 2022 -0500
Test to catch #5024 missing spatial_ref_sys after upgrade
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 3c575bb8d..0bd8806c7 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1432,3 +1432,6 @@ SELECT
'#5008',
ST_DWithin('POINT EMPTY', 'POINT(0 0)', 'Inf'),
ST_DWithin('POINT(1 1)', 'POLYGON EMPTY', 'Inf');
+
+-- https://trac.osgeo.org/postgis/ticket/5024
+SELECT '#5024', count(*) >= 8500 FROM spatial_ref_sys;
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 7cc2e9546..d74691b56 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -460,3 +460,4 @@ 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|t
-----------------------------------------------------------------------
Summary of changes:
regress/core/tickets.sql | 3 +++
regress/core/tickets_expected | 1 +
2 files changed, 4 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list