[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.4-30-g4a97397ea
git at osgeo.org
git at osgeo.org
Sun May 28 19:19:12 PDT 2023
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.2 has been updated
via 4a97397ea5d0b9a77b13f58f69c7b2d3b3961ba4 (commit)
from a9b8a402160d06bfd3d22e7edd150c6f1d870fc8 (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 4a97397ea5d0b9a77b13f58f69c7b2d3b3961ba4
Author: Regina Obe <lr at pcorp.us>
Date: Sun May 28 21:11:29 2023 -0400
Add regression test for #5378
diff --git a/regress/core/tickets.sql b/regress/core/tickets.sql
index 1c1133a08..01ed0faa1 100644
--- a/regress/core/tickets.sql
+++ b/regress/core/tickets.sql
@@ -1465,3 +1465,5 @@ SET client_min_messages TO NOTICE;
SELECT '#5315', ST_Buffer('0106000020E86400000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry, 1);
SELECT '#5320', ST_SimplifyPreserveTopology('0106000020E86400000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry, 1);
+
+SELECT '#5378', ST_SRID( ST_Buffer(ST_GeomFromText('POINT(-94 29.53)', 4269)::geography, 12)::geometry );
diff --git a/regress/core/tickets_expected b/regress/core/tickets_expected
index 3c26ffc4e..8af4378a6 100644
--- a/regress/core/tickets_expected
+++ b/regress/core/tickets_expected
@@ -465,3 +465,4 @@ ERROR: Line has no points
#5139|1000000
ERROR: Geometry contains invalid coordinates
ERROR: Geometry contains invalid coordinates
+#5378|4269
-----------------------------------------------------------------------
Summary of changes:
regress/core/tickets.sql | 2 ++
regress/core/tickets_expected | 1 +
2 files changed, 3 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list