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

Modified Files:
        physdebug.c 
Log Message:
The error operator now reaches all the way to the mil level.
* planner.c: added code for actually creating the physical plan with the error 
op.
* milgen.brg: for the time being only prints a standar error, next commit will 
print the correct string
* logical.h: added a semantic content for the error operator 



Index: physdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/physdebug.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- physdebug.c 14 Dec 2007 12:02:34 -0000      1.46
+++ physdebug.c 19 Dec 2007 16:06:34 -0000      1.47
@@ -1675,7 +1675,14 @@
             break;
        
         case pa_error:
-            break; 
+            /* FIXME */
+            PFarray_printf (xml,
+                            "    <content>\n"
+                            "      <column name=error new=\"false\"/>\n"
+                            "    </content>\n"
+                           );
+            break;
+
         case pa_cond_err:
             PFarray_printf (xml,
                             "    <content>\n"


-------------------------------------------------------------------------
SF.Net email is sponsored by:
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