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

Modified Files:
        builtins.c physical.c 
Log Message:
propagated changes of Monday Feb 18 2008 - Thursday Feb 21 2008
from the XQuery_0-22 branch to the development trunk


Index: physical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/physical.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- physical.c  18 Feb 2008 13:04:14 -0000      1.59
+++ physical.c  21 Feb 2008 13:42:45 -0000      1.60
@@ -697,11 +697,7 @@
         ret->schema.items[i] = n1->schema.items[i];
 
     /* ---- SemiJoin: orderings ---- */
-
-    /*
-     * We preserve any ordering of the left operand.
-     */
-    ret->orderings = PFord_unique (n1->orderings);
+    ret->orderings = PFord_set ();
 
     /* ---- SemiJoin: costs ---- */
 

Index: builtins.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/builtins.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- builtins.c  16 Feb 2008 19:42:38 -0000      1.81
+++ builtins.c  21 Feb 2008 13:42:43 -0000      1.82
@@ -1103,7 +1103,7 @@
                  struct PFla_pair_t *args)
 {
     return un_op (aat_bln, PFla_not,
-                  bin_comp (aat_str, PFla_gt, args, loop, ordering));
+                  bin_comp (aat_int, PFla_gt, args, loop, ordering));
 }
 
 /**


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to