[postgis-commits] svn - r3005 - branches/1.3/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Thu Sep 25 03:04:55 PDT 2008


Author: mcayland
Date: 2008-09-25 03:04:54 -0700 (Thu, 25 Sep 2008)
New Revision: 3005

Modified:
   branches/1.3/lwgeom/lwpostgis.sql.in
Log:
Fix commit 3000 by changing the module definition to be 1.3 branch style (@MODULE_FILENAME@ instead of MODULE_PATHNAME used by pgxs)


Modified: branches/1.3/lwgeom/lwpostgis.sql.in
===================================================================
--- branches/1.3/lwgeom/lwpostgis.sql.in	2008-09-24 14:06:34 UTC (rev 3004)
+++ branches/1.3/lwgeom/lwpostgis.sql.in	2008-09-25 10:04:54 UTC (rev 3005)
@@ -2207,7 +2207,7 @@
 -- 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



More information about the postgis-commits mailing list