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

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


Index: physical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/physical.c,v
retrieving revision 1.53.2.2
retrieving revision 1.53.2.3
diff -u -d -r1.53.2.2 -r1.53.2.3
--- physical.c  18 Feb 2008 16:57:16 -0000      1.53.2.2
+++ physical.c  21 Feb 2008 16:36:10 -0000      1.53.2.3
@@ -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.75.2.2
retrieving revision 1.75.2.3
diff -u -d -r1.75.2.2 -r1.75.2.3
--- builtins.c  18 Feb 2008 16:57:16 -0000      1.75.2.2
+++ builtins.c  21 Feb 2008 16:36:09 -0000      1.75.2.3
@@ -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