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

Modified Files:
      Tag: XQuery_0-24
        intro_thetajoin.c 
Log Message:
-- Changed the implementation of the icols property inference
   to correctly work on unique column names.

   (This change is necessary for my next checkin
    -- the join push down optimizer.)


U intro_thetajoin.c
Index: intro_thetajoin.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/intro_thetajoin.c,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -u -d -r1.20 -r1.20.2.1
--- intro_thetajoin.c   3 Apr 2008 11:03:02 -0000       1.20
+++ intro_thetajoin.c   28 May 2008 11:34:45 -0000      1.20.2.1
@@ -64,9 +64,9 @@
 
 #define SEEN(n)       (n)->bit_dag
 
-#define BOOL_COLS(n)  (n)->prop->icols
-#define LEFT_COLS(n)  (n)->prop->l_icols
-#define RIGHT_COLS(n) (n)->prop->r_icols
+#define BOOL_COLS(n)  (n)->prop->free_cols
+#define LEFT_COLS(n)  (n)->prop->left_cols
+#define RIGHT_COLS(n) (n)->prop->right_cols
 
 /**
  * Returns the intersection of an column list @a cols and a schema


-------------------------------------------------------------------------
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