From 003b99cf10098fa364991e97cf1ac3f3a58dcdea Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Wed, 24 Jun 2009 10:57:04 +0000 Subject: [PATCH] Fix accidental typo; module name hardcoded in the .sql.in.c file rather than being set to MODULE_PATHNAME. Fixes #208. git-svn-id: http://svn.osgeo.org/postgis/branches/1.4@4201 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/postgis.sql.in.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/postgis.sql.in.c b/postgis/postgis.sql.in.c index 69c4ad189..751ebfeca 100644 --- a/postgis/postgis.sql.in.c +++ b/postgis/postgis.sql.in.c @@ -333,7 +333,7 @@ CREATE TYPE box3d ( -- type of ST_Extent() to return something other than BOX2DFLOAT4. CREATE OR REPLACE FUNCTION box3d_extent_in(cstring) RETURNS box3d_extent - AS '$libdir/postgis-1.4', 'BOX3D_in' + AS 'MODULE_PATHNAME', 'BOX3D_in' LANGUAGE 'C' IMMUTABLE STRICT; CREATE OR REPLACE FUNCTION box3d_extent_out(box3d_extent) -- 2.50.1