[postgis-tickets] r14644 - Drop temporarely existing deprecated st_effectivearea signature

Sandro Santilli strk at keybit.net
Tue Feb 9 02:41:01 PST 2016


Author: strk
Date: 2016-02-09 02:41:01 -0800 (Tue, 09 Feb 2016)
New Revision: 14644

Modified:
   trunk/postgis/postgis_drop_after.sql
Log:
Drop temporarely existing deprecated st_effectivearea signature

See #3450

Modified: trunk/postgis/postgis_drop_after.sql
===================================================================
--- trunk/postgis/postgis_drop_after.sql	2016-02-09 10:14:50 UTC (rev 14643)
+++ trunk/postgis/postgis_drop_after.sql	2016-02-09 10:41:01 UTC (rev 14644)
@@ -161,3 +161,5 @@
 DROP FUNCTION IF EXISTS pgis_twkb_accum_transfn(internal,geometry,integer,bigint,bool); -- temporarely introduced before 2.2.0 final
 DROP FUNCTION IF EXISTS pgis_twkb_accum_transfn(internal,geometry,integer,bigint,bool,bool); -- temporarely introduced before 2.2.0 final
 DROP FUNCTION IF EXISTS pgis_twkb_accum_finalfn(internal); -- temporarely introduced before 2.2.0 final
+
+DROP FUNCTION IF EXISTS  st_seteffectivearea(geometry, double precision); -- temporarely introduced before 2.2.0 final



More information about the postgis-tickets mailing list