Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv30836/runtime

Modified Files:
        pf_support.mx 
Log Message:

don't print debugging information in the production version


Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- pf_support.mx       19 Apr 2007 11:11:15 -0000      1.212
+++ pf_support.mx       19 Apr 2007 11:38:55 -0000      1.213
@@ -1661,8 +1661,6 @@
               cands := ws.fetch(PRE_SIZE).fetch(contID).mirror();
        var pre_cont := ws.fetch(PRE_CONT).fetch(contID);
        if (is_constant(pre_cont) and (count(result_part_item) > 2048)) {
-print(count(result_part_item));
-print(count(cands));
                var qn_sel := 
ws.fetch(@2).fetch(bat2constant(pre_cont)).ord_uselect(@1);
                 if (isnil(CATCH(cands := ws_lookup(ws, contID, 
qn_sel.mirror())))) {
                        var map_pid  := ws.fetch(MAP_PID).fetch(contID);


-------------------------------------------------------------------------
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