Update of /cvsroot/monetdb/pathfinder/compiler/xmlimport
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29486/xmlimport

Modified Files:
        xml2lalg.c 
Log Message:
- Implement pf:product(), pf:log() and pf:sqrt() for the algebra version.
  There is one remaining problem pf:product(()) returns 0 instead of 1.



U xml2lalg.c
Index: xml2lalg.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- xml2lalg.c  14 Jan 2009 16:41:20 -0000      1.30
+++ xml2lalg.c  10 Mar 2009 12:20:45 -0000      1.31
@@ -1208,6 +1208,7 @@
     case la_max                  :
     case la_min                  :
     case la_sum                  :
+    case la_prod                 :
         {
             /*
            <content>


------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to