]> granicus.if.org Git - postgis/commitdiff
Pre-emptively drop functions w/ changed signatures
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 25 Mar 2019 17:39:09 +0000 (17:39 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 25 Mar 2019 17:39:09 +0000 (17:39 +0000)
References #4345

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

postgis/postgis_drop_before.sql

index 15eb7b2612b4da5a7e4284f933eb58b72391d923..0c7924eb471747c38476716c6b85bbc4233710e3 100644 (file)
@@ -67,6 +67,13 @@ DROP FUNCTION IF EXISTS ST_AsTWKB(geometry,int4);
 DROP FUNCTION IF EXISTS ST_AsTWKB(geometry,int4,int8);
 DROP FUNCTION IF EXISTS ST_AsTWKB(geometry,int4,int8,boolean);
 
+-- Going from un-named to named arguments
+DROP FUNCTION _st_linecrossingdirection(geometry,geometry);
+DROP FUNCTION _st_orderingequals(geometry,geometry);
+DROP FUNCTION st_orderingequals(geometry,geometry);
+DROP FUNCTION st_askml(geometry, integer);
+DROP FUNCTION st_buffer(geometry, double precision);
+
 -- Old signatures for protobuf related functions improved in 2.4.0 RC/final
 DROP AGGREGATE IF EXISTS ST_AsMVT(text, int4, text, anyelement);
 DROP FUNCTION IF EXISTS ST_AsMVTGeom(geom geometry, bounds box2d, extent int4, buffer int4, clip_geom bool);