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

Modified Files:
        prop_dom.c 
Log Message:
-- improve debug printing for the domain property


Index: prop_dom.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_dom.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- prop_dom.c  7 Nov 2007 22:00:43 -0000       1.41
+++ prop_dom.c  28 Nov 2007 17:05:52 -0000      1.42
@@ -156,7 +156,7 @@
         PFarray_printf (f,
                         "dr_header [label=\"domain -> "
                         "subdomain\\nrelationships (# = %i)\"];\n"
-                        "node1 -> dr_header;\n",
+                        "node1 -> dr_header [dir=forward,style=invis];\n",
                         PFarray_last (prop->subdoms));
 
         for (unsigned int i = 0; i < PFarray_last (prop->subdoms); i++) {
@@ -167,13 +167,13 @@
                 PFarray_printf (
                     f,
                     "dom_rel%i [label=\"%i\"];\n"
-                    "dr_header -> dom_rel%i;\n",
+                    "dr_header -> dom_rel%i [dir=forward];\n",
                     dom, dom, dom);
 
             PFarray_printf (
                 f,
                 "dom_rel%i [label=\"%i\"];\n"
-                "dom_rel%i -> dom_rel%i;\n",
+                "dom_rel%i -> dom_rel%i [dir=forward];\n",
                 subdom, subdom, dom, subdom);
         }
     }


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to