]> granicus.if.org Git - postgis/commitdiff
Fix commit 3000 by changing the module definition to be 1.3 branch style (@MODULE_FIL...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 25 Sep 2008 10:04:54 +0000 (10:04 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Thu, 25 Sep 2008 10:04:54 +0000 (10:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3005 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwpostgis.sql.in

index 8bf91930b62524fffc6e944f06204ee7a12c5432..a775865eb5c0b1690f0a27ad8d0ff84422b60e59 100644 (file)
@@ -2207,7 +2207,7 @@ CREATEFUNCTION MakePointM(float8, float8, float8)
 -- Availability: 1.3.4
 CREATEFUNCTION ST_MakePointM(float8, float8, float8)
        RETURNS geometry
-       AS 'MODULE_PATHNAME', 'LWGEOM_makepoint3dm'
+       AS '@MODULE_FILENAME@', 'LWGEOM_makepoint3dm'
        LANGUAGE 'C' _IMMUTABLE_STRICT; -- WITH (iscachable,isstrict);
 
 -- Deprecation in 1.2.3