Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv12459/modules/pftijah
Modified Files:
Tag: M5XQ
pftijah.mx
Log Message:
propagated changes of Tuesday Apr 28 2009 - Wednesday Apr 29 2009
from the development trunk to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/04/28 - boncz: modules/pftijah/pftijah.mx,1.227
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)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.226
retrieving revision 1.226.2.1
diff -u -d -r1.226 -r1.226.2.1
--- pftijah.mx 20 Apr 2009 07:56:36 -0000 1.226
+++ pftijah.mx 29 Apr 2009 16:09:32 -0000 1.226.2.1
@@ -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 @@
}
[...1855 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