]> granicus.if.org Git - postgis/commitdiff
Removed obsolete postgisgistcostestimate function creation
authorSandro Santilli <strk@keybit.net>
Mon, 7 Jun 2004 16:57:35 +0000 (16:57 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 7 Jun 2004 16:57:35 +0000 (16:57 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@604 b70326c6-7e19-0410-871a-916f4a2858ee

postgis.sql.in

index 0a07fd2a5fdcfd8e018b0a17f553325cccb54a70..f7ee3e38f6e33e1bd1a819be0ac968a24658b81d 100644 (file)
@@ -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
 --