]> granicus.if.org Git - postgis/commitdiff
[topology] properly drop removed internal functions on upgrade
authorSandro Santilli <strk@kbt.io>
Mon, 15 Oct 2018 10:35:58 +0000 (10:35 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 15 Oct 2018 10:35:58 +0000 (10:35 +0000)
References #4202 in trunk

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

topology/topology_drop_before.sql.in

index f06187745f1543f50a5bf83f303268456b974b9f..2d917386787d5a1852f5161186dd4ade54fca71a 100644 (file)
@@ -17,3 +17,6 @@ DROP FUNCTION IF EXISTS topology.toTopoGeom(Geometry, varchar, int, float8);
 -- used to be in public, will now be moved to topology
 DROP FUNCTION IF EXISTS postgis_topology_scripts_installed();
 
+-- Removed in 2.2.0 when topology API moved to liblwgeom
+DROP FUNCTION topology._ST_RemEdgeCheck(varchar, integer, integer, integer, integer);
+DROP FUNCTION topology._ST_AddFaceSplit(varchar, integer, integer, boolean);