Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9320/modules/pftijah

Modified Files:
      Tag: Feb2010
        pftijah.mx 
Log Message:
propagated changes of Monday Feb 08 2010
from the Nov2009 branch to the Feb2010 branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/08 - stmane: modules/pftijah/pftijah.mx,1.238.2.8
  
  there is no "GDKerror(str)" in MIL;
  use "ERROR(str)" instead.
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.249.2.3
retrieving revision 1.249.2.4
diff -u -d -r1.249.2.3 -r1.249.2.4
--- pftijah.mx  7 Feb 2010 17:51:35 -0000       1.249.2.3
+++ pftijah.mx  8 Feb 2010 12:02:08 -0000       1.249.2.4
@@ -1666,7 +1666,7 @@
 {
     if ( verbose ) tj_verbose(HASH +"TJ tj_add2collection_frag(\"%s\") 
called.\n",ftiName);
     if (shred)
-      GDKerror("tj_add2collection_frag: shred bit no longer supported");
+      ERROR("tj_add2collection_frag: shred bit no longer supported");
       
     var coll_lock := tj_get_collection_lock(ftiName);
     lock_set(coll_lock);
@@ -3196,11 +3196,11 @@
      var has_ign     := (pfop_ign.count_wrd() > wrd(0));
 
      if ( not(pfop_sn.count_wrd() > wrd(0)) )
-       GDKerror("ALG_tj_ftfun_handler: startnodes not specified");
+       ERROR("ALG_tj_ftfun_handler: startnodes not specified");
      if ( has_options )
-       GDKerror("ALG_tj_ftfun_handler: options not implemented yet");
+       ERROR("ALG_tj_ftfun_handler: options not implemented yet");
      if ( has_ign )
-       GDKerror("ALG_tj_ftfun_handler: ignores not implemented yet");
+       ERROR("ALG_tj_ftfun_handler: ignores not implemented yet");
 
      par_l...@batloop() {
         var iter_tjPre;


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

Reply via email to