]> granicus.if.org Git - postgis/commitdiff
Drop temporarely added geometry_distance_box_nd(geometry,geometry)
authorSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 10:51:00 +0000 (10:51 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 9 Feb 2016 10:51:00 +0000 (10:51 +0000)
See #3450

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

postgis/postgis_drop_after.sql

index 8c793af860e4a18c50cf09f748d3cc9158dadb30..37cca8bdbc549e9fa68dc3d60bdd964781e607f0 100644 (file)
@@ -162,4 +162,6 @@ 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,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
+DROP FUNCTION IF EXISTS st_seteffectivearea(geometry, double precision); -- temporarely introduced before 2.2.0 final
+
+DROP FUNCTION IF EXISTS geometry_distance_box_nd(geometry,geometry); -- temporarely introduced before 2.2.0 final