Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv7355

Modified Files:
      Tag: XQuery_0-16
        pftijah.mx 
Log Message:
PF/Tijah: fix bug in downward propagation, returnall=true case.


Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.92.2.18
retrieving revision 1.92.2.19
diff -u -d -r1.92.2.18 -r1.92.2.19
--- pftijah.mx  23 Feb 2007 12:12:57 -0000      1.92.2.18
+++ pftijah.mx  26 Feb 2007 14:03:52 -0000      1.92.2.19
@@ -2094,7 +2094,7 @@
     
     var reg_score;
     var res_reg;
-    #var ctx := left.project(dbl(0));
+    var ctx := left.project(dbl(0));
 
     # calculating the score for each region
     reg_score := {sum}(ctx_res.reverse().join(right));


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to