Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29250/compiler/mil

Modified Files:
        milprint_summer.c 
Log Message:
Added function pf:pow (calculates power function; not in XQuery functions and
operators)


Index: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -d -r1.383 -r1.384
--- milprint_summer.c   24 May 2007 09:59:07 -0000      1.383
+++ milprint_summer.c   24 May 2007 11:37:05 -0000      1.384
@@ -7587,6 +7587,10 @@
             
         return rcode;
     }
+    else if (!PFqname_eq(fnQname,PFqname (PFns_lib,"pow")))
+    {
+        return translateOperation (f, code, cur_level, counter, "pow", args, 
false);
+    }
     else if (!PFqname_eq(fnQname,PFqname (PFns_op,"eq")))
     {
         return translateComparison (f, cur_level, counter, "=", args);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to