[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.1-32-g38ab76a

git at osgeo.org git at osgeo.org
Mon May 17 17:32:37 PDT 2021


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.1 has been updated
       via  38ab76ac397dbf977a409824ebb55651d63e9060 (commit)
      from  b07270c5f12d92ab00a625da5308b22994ac7a27 (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 38ab76ac397dbf977a409824ebb55651d63e9060
Author: Regina Obe <lr at pcorp.us>
Date:   Mon May 17 20:32:30 2021 -0400

    Drop things created for the test

diff --git a/regress/core/regress_proj_4890.sql b/regress/core/regress_proj_4890.sql
index 113e6a3..297c1ef 100644
--- a/regress/core/regress_proj_4890.sql
+++ b/regress/core/regress_proj_4890.sql
@@ -8,3 +8,5 @@ STABLE
 LANGUAGE SQL;
 
 SELECT 4890 AS id, ST_AsText(ST_SnapToGrid(ST_Centroid(ST_Collect(get_closest(g) )), 0.0001)) FROM points ;
+DROP TABLE points;
+DROP FUNCTION get_closest(geometry);

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

Summary of changes:
 regress/core/regress_proj_4890.sql | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list