From 27b9aff5249836088d1270adbdac68ba53b3c70f Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Wed, 1 Aug 2018 18:32:50 +0000 Subject: [PATCH] Add rectfuncts to drop file so existing installs will get cleaned up git-svn-id: http://svn.osgeo.org/postgis/trunk@16680 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/postgis_drop_after.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgis/postgis_drop_after.sql b/postgis/postgis_drop_after.sql index de46d063d..6c06156e6 100644 --- a/postgis/postgis_drop_after.sql +++ b/postgis/postgis_drop_after.sql @@ -171,6 +171,11 @@ DROP FUNCTION IF EXISTS geometry_distance_box_nd(geometry,geometry); -- temporar DROP FUNCTION IF EXISTS _ST_DumpPoints( geometry, integer[]); -- removed 2.4.0, but really should have been removed 2.1.0 when ST_DumpPoints got reimpmented in C +-- Temporary clean-up while we wait to return these to action in dev +DROP FUNCTION IF EXISTS _ST_DistanceRectTree(g1 geometry, g2 geometry); +DROP FUNCTION IF EXISTS _ST_DistanceRectTreeCached(g1 geometry, g2 geometry); + + -- pgis_abs type was increased from 8 bytes in 2.1 to 16 bytes in 2.2 -- See #3460 UPDATE pg_type SET typlen=16 WHERE typname='pgis_abs' AND typlen=8; -- 2.40.0