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

Modified Files:
        intro_thetajoin.c 
Log Message:
-- Cleaned up code:
   o The state_label field in the logical algebra is again
     a short and thus aligned with the field child_state_label.
     (This perhaps fixes a 64bit related bug.)
   o The state_label field is not (mis-)used as reference counter anymore.


Index: intro_thetajoin.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/map/intro_thetajoin.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- intro_thetajoin.c   17 Mar 2008 17:41:13 -0000      1.17
+++ intro_thetajoin.c   19 Mar 2008 13:27:22 -0000      1.18
@@ -63,7 +63,7 @@
 #include "child_mnemonic.h"
 
 #define SEEN(n)       (n)->bit_dag
-#define EDGE(n)       (n)->state_label
+#define EDGE(n)       (n)->refctr
 
 #define BOOL_COLS(n)  (n)->prop->icols
 #define LEFT_COLS(n)  (n)->prop->l_icols


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