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

Modified Files:
        compile.c 
Log Message:
-- Move stop-point 16 after jump label to allow direct/unmodified
   plan printing of the algebra XML import.

-- Added default options for the algebra XML import.


Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- compile.c   26 Nov 2007 20:58:48 -0000      1.128
+++ compile.c   11 Jan 2008 09:00:49 -0000      1.129
@@ -131,6 +131,8 @@
     .timing              = false,
     .print_dot           = false,
     .print_xml           = false,
+    .import_xml          = false,
+    .import_xml_filename = NULL,
     .print_pretty        = false,
     .stop_after          = 0,
     .print_types         = false,
@@ -582,13 +584,13 @@
     if (status->timing)
         PFlog ("logical algebra tree generation:\t %s", PFtimer_str (tm));
 
-    STOP_POINT(16);
-
 /*******************************************/
 /* Merge point logical algebra XML import. */
 /*******************************************/
 AFTER_CORE2ALG:
 
+    STOP_POINT(16);
+
     /*
      * Rewrite/optimize algebra tree
      */


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to