Removed obsolete postgisgistcostestimate function creation

git-svn-id: http://svn.osgeo.org/postgis/trunk@604 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2004-06-07 16:57:35 +00:00
parent 7f398d0769
commit 0f8fc8d7d4

View 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
--