Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22281

Modified Files:
        pftijah.mx 
Log Message:
make pftijah compatible with make.sh/profile.sh MIL debugging/profiling scripts:

- remove deprecated usage of := in PROC definitions
- avoid quoted # characters (the profiling script is stupid about this) 



U pftijah.mx
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- pftijah.mx  20 Apr 2009 07:56:36 -0000      1.226
+++ pftijah.mx  28 Apr 2009 11:39:14 -0000      1.227
@@ -229,6 +229,8 @@
 var trace := false;
 var timing := false;
 
+const HASH := str(chr(35));
+
 ##
 # For retrieval models: 
 #   true:  return all elements from the context set
@@ -275,24 +277,22 @@
 }
[...1856 lines suppressed...]
 
        region := region.reverse().sort_rev().reverse();
@@ -4259,7 +4259,7 @@
 #
 ##########################################
 
-PROC _tj_chk_modified_fragments(str ftiName, BAT[str,bat] collBat) : 
BAT[void,str] :=
+PROC _tj_chk_modified_fragments(str ftiName, BAT[str,bat] collBat) : 
BAT[void,str] 
 {
        var offset := oid(int(_tj_get_parameter(collBat, "_last_finalizedPre")) 
+ 1);
         var fragments := collBat.find("_fragments");
@@ -4277,7 +4277,7 @@
        return mod_frags;
 }
 
-PROC _buildIRindex(str ftiName, BAT[str,bat] collBat) : void :=
+PROC _buildIRindex(str ftiName, BAT[str,bat] collBat) : void 
 {
        var offset := oid(lng(_tj_get_parameter(collBat, "_last_finalizedPre")) 
+ 1);
         var fragments := collBat.find("_fragments");


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to