Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv3016

Modified Files:
        pathfinder.mx 
Log Message:
- fix problem introduced in runtime name



Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -d -r1.326 -r1.327
--- pathfinder.mx       10 Apr 2007 08:13:49 -0000      1.326
+++ pathfinder.mx       11 Apr 2007 08:55:17 -0000      1.327
@@ -1491,7 +1491,7 @@
                     BAT[oid,any] free_pages, str colname, oid coll_oid, oid 
cont) : void
 {
     var ws_logtime := usec(); 
-    var prefix := "runtime" + str(abs(int(runtime))) + "_" + colname + "_" + 
str(int(coll_oid));
+    var prefix := "runtime" + str(abs(int(runtime))) + "_" + 
str(int(coll_oid));
     var idx, ins, del, own, unq, vxm, vxi, vxd;
     var isolate := (ttype(ws.fetch(MAP_PID).fetch(cont)) = oid);
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to