From: Sandro Santilli Date: Mon, 7 Jun 2004 16:57:35 +0000 (+0000) Subject: Removed obsolete postgisgistcostestimate function creation X-Git-Tag: pgis_0_9_1~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f8fc8d7d40f14c460e6cc49e1ad85b19e12b663;p=postgis Removed obsolete postgisgistcostestimate function creation git-svn-id: http://svn.osgeo.org/postgis/trunk@604 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis.sql.in b/postgis.sql.in index 0a07fd2a5..f7ee3e38f 100644 --- a/postgis.sql.in +++ b/postgis.sql.in @@ -1719,6 +1719,7 @@ CREATEFUNCTION line_interpolate_point(geometry, float8) AS '@MODULE_FILENAME@' LANGUAGE 'C' WITH (isstrict); + ----------------------------------------- -- THESE WERE postgis_sql_VER_end.sql.in ----------------------------------------- @@ -1901,15 +1902,6 @@ INSERT INTO pg_amproc (amid, amopclaid, amproc, amprocnum) #elif USE_VERSION == 72 --- - - - - - - - - - - - - - - - - - - - - - - - - - - - --- POSTGISCOSTESTIMATE() --- - -CREATEFUNCTION postgisgistcostestimate(opaque,opaque,opaque,opaque,opaque,opaque,opaque,opaque) - RETURNS opaque - AS '@MODULE_FILENAME@','postgisgistcostestimate' - LANGUAGE 'C' with (isstrict); - -- -- 7.2 GiST support functions -- @@ -2123,13 +2115,6 @@ INSERT INTO pg_amproc (amopclaid, amprocnum, amproc) #elif USE_VERSION == 73 - - -CREATEFUNCTION postgisgistcostestimate(internal,internal,internal,internal,internal,internal,internal,internal) - RETURNS opaque - AS '@MODULE_FILENAME@','postgisgistcostestimate' - LANGUAGE 'C' with (isstrict); - -- -- 7.2 GiST support functions -- @@ -2217,12 +2202,6 @@ UPDATE pg_opclass #elif USE_VERSION == 74 - -CREATEFUNCTION postgisgistcostestimate(internal,internal,internal,internal,internal,internal,internal,internal) - RETURNS opaque - AS '@MODULE_FILENAME@','postgisgistcostestimate' - LANGUAGE 'C' with (isstrict); - -- -- 7.2 GiST support functions --