Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15985
Modified Files:
Tag: Nov2009
pftijah.mx
Log Message:
more places where possibly huge print() were used
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.238.2.4
retrieving revision 1.238.2.5
diff -u -d -r1.238.2.4 -r1.238.2.5
--- pftijah.mx 3 Feb 2010 14:57:41 -0000 1.238.2.4
+++ pftijah.mx 3 Feb 2010 15:09:30 -0000 1.238.2.5
@@ -3070,7 +3070,12 @@
cb.insert(str(nil),$t);
}
fti_clus...@batloop() {
- if ( verbose ) { printf(HASH +"TJ:tj_play_doc_tape() doing
ft-index \"%s\".\n",$h); $t.print(); }
+ if ( verbose ) {
+ tj_verbose(HASH +"TJ:tj_play_doc_tape() doing ft-index
\"%s\".\n",$h);
+ #
$t.print();
+ #
careful wuth the previous print, it may be huge
+
tj_verbose(HASH +"TJ:tj_play_doc_tape() doclist is %d docs
long.\n",int($t.count_wrd()));
+ }
tj_add2collection_frag($h,$t,false);
}
@@ -3162,7 +3167,12 @@
cb.insert(str(nil),$t);
}
fti_clus...@batloop() {
- if ( verbose ) { printf(HASH +"TJ:tj_play_doc_tape() doing
ft-index \"%s\".\n",$h); $t.print(); }
+ if ( verbose ) {
+ tj_verbose(HASH
+"TJ:tj_play_doc_tape() doing ft-index \"%s\".\n",$h);
+ # $t.print();
+ # careful wuth the
previous print, it may be huge
+ tj_verbose(HASH
+"TJ:tj_play_doc_tape() doclist is %d docs long.\n",int($t.count_wrd()));
+ }
tj_add2collection($h,$t,false);
}
if ( verbose ) tj_verbose(HASH +"TJ:tj_play_doc_tape() finished.\n");
------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins