[postgis-tickets] [SCM] PostGIS branch spatial-ref-sys-view updated. 3.2.0-451-g445b56b44
git at osgeo.org
git at osgeo.org
Tue Feb 1 06:31:56 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, spatial-ref-sys-view has been updated
discards 29924ea9b23b6b6a7b53eb5874e36db08bb694bf (commit)
via 445b56b445cd1e7d9c97b3f0b781816f99327ac6 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (29924ea9b23b6b6a7b53eb5874e36db08bb694bf)
\
N -- N -- N (445b56b445cd1e7d9c97b3f0b781816f99327ac6)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 445b56b445cd1e7d9c97b3f0b781816f99327ac6
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Feb 1 15:22:40 2022 +0100
Add spatial_ref_sys testing
References #5024
diff --git a/regress/core/spatial_ref_sys.sql b/regress/core/spatial_ref_sys.sql
new file mode 100644
index 000000000..77252a7c1
--- /dev/null
+++ b/regress/core/spatial_ref_sys.sql
@@ -0,0 +1,2 @@
+-- https://trac.osgeo.org/postgis/ticket/5024
+SELECT '#5024', 'spatial_ref_sys entries' AS table_name, count(*) FROM spatial_ref_sys;
diff --git a/regress/core/spatial_ref_sys_expected b/regress/core/spatial_ref_sys_expected
new file mode 100644
index 000000000..dcc1f91de
--- /dev/null
+++ b/regress/core/spatial_ref_sys_expected
@@ -0,0 +1 @@
+#5024|spatial_ref_sys entries|8500
diff --git a/regress/core/tests.mk.in b/regress/core/tests.mk.in
index 2e4342230..91cd95937 100644
--- a/regress/core/tests.mk.in
+++ b/regress/core/tests.mk.in
@@ -94,6 +94,7 @@ TESTS += \
$(topsrcdir)/regress/core/simplifyvw \
$(topsrcdir)/regress/core/size \
$(topsrcdir)/regress/core/snaptogrid \
+ $(topsrcdir)/regress/core/spatial_ref_sys \
$(topsrcdir)/regress/core/split \
$(topsrcdir)/regress/core/sql-mm-serialize \
$(topsrcdir)/regress/core/sql-mm-circularstring \
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 221a62ebf..3c575bb8d 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1432,6 +1432,3 @@ 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', 'spatial_ref_sys entries' AS table_name, count(*) FROM spatial_ref_sys;
-----------------------------------------------------------------------
Summary of changes:
regress/core/tests.mk.in | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list