From: Paul Ramsey Date: Thu, 5 Dec 2002 20:57:50 +0000 (+0000) Subject: Changed an opaque to internal (many to go...) X-Git-Tag: pgis_0_7_4~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6f15e8ddbc747d7d9fafe0bfd5360eebc50dcd3;p=postgis Changed an opaque to internal (many to go...) git-svn-id: http://svn.osgeo.org/postgis/trunk@221 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis_gist_73.sql.in b/postgis_gist_73.sql.in index 720e2a2c8..46abe61a8 100644 --- a/postgis_gist_73.sql.in +++ b/postgis_gist_73.sql.in @@ -98,7 +98,7 @@ create function geometry_union(GEOMETRY,GEOMETRY) returns GEOMETRY as '@MODULE_FILENAME@' language 'C'; create function geometry_inter(GEOMETRY,GEOMETRY) returns GEOMETRY as '@MODULE_FILENAME@' language 'C'; -create function geometry_size(GEOMETRY,opaque) returns float4 +create function geometry_size(GEOMETRY,internal) returns float4 as '@MODULE_FILENAME@' language 'C'; ---------Create actual operators