From: Regina Obe Date: Mon, 18 Apr 2011 14:08:30 +0000 (+0000) Subject: fix for #913 replace geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in st_box2d function... X-Git-Tag: 2.0.0alpha1~1758 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6eff6167913f2e9c5aba729601355a3679c66660;p=postgis fix for #913 replace geometry2box2d with LWGEOM_to_BOX2DFLOAT4 in st_box2d function definition. git-svn-id: http://svn.osgeo.org/postgis/trunk@7045 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/legacy.sql.in.c b/postgis/legacy.sql.in.c index 2f922c90e..2e05f4951 100644 --- a/postgis/legacy.sql.in.c +++ b/postgis/legacy.sql.in.c @@ -27,7 +27,7 @@ CREATE OR REPLACE FUNCTION noop(geometry) --- Deprecation in 1.5.0 CREATE OR REPLACE FUNCTION st_box2d(geometry) RETURNS box2d - AS 'MODULE_PATHNAME','geometry2box2d' + AS 'MODULE_PATHNAME','LWGEOM_to_BOX2DFLOAT4' LANGUAGE 'C' IMMUTABLE STRICT; --- Deprecation in 1.5.0