Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16:/tmp/cvs-serv17537

Modified Files:
        milprint_summer.c 
Log Message:
* remove tj_logger() stuff which accidently was checked in after debugging
  session with Henning outerjoin() bug. Will change tj_log() software so
  that it cannot be accidently "on" again and remove unportable  filename
  portable.



Index: milprint_summer.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milprint_summer.c,v
retrieving revision 1.376
retrieving revision 1.377
diff -u -d -r1.376 -r1.377
--- milprint_summer.c   7 May 2007 07:01:38 -0000       1.376
+++ milprint_summer.c   7 May 2007 10:06:51 -0000       1.377
@@ -8645,17 +8645,12 @@
  * @result the kind indicating, which result interface is chosen
  */
 
-static int logcnt = 0;
-
 static int
 translate2MIL (opt_t *f, int code, int cur_level, int counter, PFcnode_t *c)
 {
     char *descending;
     int rc=NORMAL, rcode;
 
-    int logid = logcnt++;
-
-    milprintf(f,"tj_log(\"+ mps(start-%d)\\n\",0);\n",logid);
     assert(c);
     switch (c->kind)
     {
@@ -9166,7 +9161,6 @@
                     c->kind);
             break;
     }
-    milprintf(f,"tj_log(\"+ mps(finish-%d)\\n\",0);\n",logid);
     return rc;
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to