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

Sandro Santilli strk at keybit.net
Tue Feb 9 02:43:55 PST 2016


Author: strk
Date: 2016-02-09 02:43:55 -0800 (Tue, 09 Feb 2016)
New Revision: 14645

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

See #3450

Modified: branches/2.2/postgis/postgis_drop_after.sql
===================================================================
--- branches/2.2/postgis/postgis_drop_after.sql	2016-02-09 10:41:01 UTC (rev 14644)
+++ branches/2.2/postgis/postgis_drop_after.sql	2016-02-09 10:43:55 UTC (rev 14645)
@@ -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