Update of /cvsroot/monetdb/geom/src/monetdb5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv13101/geom/src/monetdb5

Modified Files:
        geom.mx 
Log Message:

... the secrets of M5 ...

turn geom.point(x:bat[:oid,:dbl],y:bat[:oid,:dbl]) :bat[:oid,:wkb]
into batgeom.point(x:bat[:oid,:dbl],y:bat[:oid,:dbl]) :bat[:oid,:wkb]
to make the remap optimizer recognize and use the new bulk
ogc constructor function.


Index: geom.mx
===================================================================
RCS file: /cvsroot/monetdb/geom/src/monetdb5/geom.mx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- geom.mx     22 Oct 2009 16:15:28 -0000      1.30
+++ geom.mx     22 Oct 2009 19:41:14 -0000      1.31
@@ -170,9 +170,11 @@
 address wkbcreatepoint
 comment "Construct a point from two geometries";
 
+module batgeom;
 command point(x:bat[:oid,:dbl],y:bat[:oid,:dbl]) :bat[:oid,:wkb]
 address wkbcreatepoint_bat
 comment "Construct a point-BAT from two geometry-BATs";
+module geom;
 
 @+ ogc information methods
 @mal


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to