[postgis-tickets] r17364 - Drop deprecated ST_Distance(geography, geography) signature

Sandro Santilli strk at kbt.io
Fri Mar 29 07:10:23 PDT 2019


Author: strk
Date: 2019-03-29 07:10:23 -0700 (Fri, 29 Mar 2019)
New Revision: 17364

Modified:
   trunk/postgis/postgis_drop_after.sql
Log:
Drop deprecated ST_Distance(geography,geography) signature

Fixes #4359

Modified: trunk/postgis/postgis_drop_after.sql
===================================================================
--- trunk/postgis/postgis_drop_after.sql	2019-03-28 16:51:58 UTC (rev 17363)
+++ trunk/postgis/postgis_drop_after.sql	2019-03-29 14:10:23 UTC (rev 17364)
@@ -184,6 +184,7 @@
 DROP FUNCTION IF EXISTS _ST_DistanceRectTreeCached(g1 geometry, g2 geometry);
 
 -- Deplicative signatures removed
+DROP FUNCTION IF EXISTS ST_Distance(geography, geography);
 DROP FUNCTION IF EXISTS ST_Distance(geography, geography, float8, boolean);
 DROP FUNCTION IF EXISTS ST_Buffer(geometry, float8, cstring);
 DROP FUNCTION IF EXISTS ST_IsValidDetail(geometry);



More information about the postgis-tickets mailing list