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

Modified Files:
        logdebug.c 
Log Message:
* Some minor (mostly aesthetic) changes on the la_error operator implementation.



Index: logdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- logdebug.c  13 Dec 2007 13:08:17 -0000      1.83
+++ logdebug.c  17 Dec 2007 14:15:22 -0000      1.84
@@ -2040,7 +2040,14 @@
                             PFatt_str (n->sem.merge_adjacent.pos_res),
                             PFatt_str (n->sem.merge_adjacent.item_res));
             break;
-        
+
+        case la_error:
+            PFarray_printf (xml,
+                            "    <content>\n"
+                            "      <column name=\"%s\" new=\"false\"/>\n"
+                            "    </content>\n",
+                            PFatt_str (n->sem.iter_pos_item.item));
+ 
         case la_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