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

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

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/08 - stmane: modules/pftijah/pftijah.mx,1.249.2.4
  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.253
retrieving revision 1.254
diff -u -d -r1.253 -r1.254
--- pftijah.mx  7 Feb 2010 18:02:37 -0000       1.253
+++ pftijah.mx  8 Feb 2010 14:05:15 -0000       1.254
@@ -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");
      var single_val_opt := (pfop_query.fetch(1...@0).tunique().count_wrd() = 
wrd(1));
      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