]> granicus.if.org Git - postgis/commitdiff
Drop temporarely existing deprecated st_effectivearea signature
authorSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 10:41:01 +0000 (10:41 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 10:41:01 +0000 (10:41 +0000)
See #3450

git-svn-id: http://svn.osgeo.org/postgis/trunk@14644 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis_drop_after.sql

index 4c593961bfa7a8c983e4bc57c1d0273f84252fdf..8c793af860e4a18c50cf09f748d3cc9158dadb30 100644 (file)
@@ -161,3 +161,5 @@ DROP FUNCTION IF EXISTS pgis_twkb_accum_transfn(internal,geometry,integer,bigint
 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