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

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


Index: physical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/physical.c,v
retrieving revision 1.50.2.5
retrieving revision 1.50.2.6
diff -u -d -r1.50.2.5 -r1.50.2.6
--- physical.c  18 Feb 2008 16:21:09 -0000      1.50.2.5
+++ physical.c  21 Feb 2008 15:46:30 -0000      1.50.2.6
@@ -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.71.2.4
retrieving revision 1.71.2.5
diff -u -d -r1.71.2.4 -r1.71.2.5
--- builtins.c  18 Feb 2008 16:21:06 -0000      1.71.2.4
+++ builtins.c  21 Feb 2008 15:46:29 -0000      1.71.2.5
@@ -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