[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-109-g3cf8e87

git at osgeo.org git at osgeo.org
Fri May 8 08:51:22 PDT 2020


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  3cf8e87779a6657c95b094abca76ebd9419e3e08 (commit)
      from  7fba105294a1207dfa9949cbedc804ca4ff1aeb0 (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 3cf8e87779a6657c95b094abca76ebd9419e3e08
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri May 8 08:51:19 2020 -0700

    remove duped defn of ST_FrechetDistance

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 3d72810..9b662c8 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -3550,13 +3550,6 @@ CREATE OR REPLACE FUNCTION ST_FrechetDistance(geom1 geometry, geom2 geometry, fl
 	LANGUAGE 'c' IMMUTABLE STRICT PARALLEL SAFE
 	_COST_HIGH;
 
--- Availability: 2.4.0
-CREATE OR REPLACE FUNCTION ST_FrechetDistance(geom1 geometry, geom2 geometry, float8 default -1)
-	RETURNS FLOAT8
-	AS 'MODULE_PATHNAME', 'ST_FrechetDistance'
-	LANGUAGE 'c' IMMUTABLE STRICT PARALLEL SAFE
-	_COST_HIGH;
-
 -- Availability: 3.1.0
 CREATE OR REPLACE FUNCTION ST_MaximumInscribedCircle(geometry, OUT center geometry, OUT nearest geometry, OUT radius double precision)
 	AS 'MODULE_PATHNAME', 'ST_MaximumInscribedCircle'

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

Summary of changes:
 postgis/postgis.sql.in | 7 -------
 1 file changed, 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list