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

Modified Files:
        logdebug.c 
Log Message:
-- A major step in our query plan generation -- draw the edges in data flow 
direction :-)


Index: logdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- logdebug.c  7 Nov 2007 22:00:45 -0000       1.78
+++ logdebug.c  26 Nov 2007 08:47:35 -0000      1.79
@@ -2131,7 +2131,8 @@
                              "node [style=filled];\n"
                              "node [color=\"#C0C0C0\"];\n"
                              "node [fontsize=10];\n"
-                             "edge [fontsize=9];\n");
+                             "edge [fontsize=9];\n"
+                             "edge [dir=back];\n");
 
         create_node_id (root);
         la_dot (dot, root);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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