Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32623
Modified Files:
Tag: xrpcdemo
pftijah.mx
Log Message:
- give permanent bats a name (to aid analysis of bat leaks)
U pftijah.mx
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.171
retrieving revision 1.171.4.1
diff -u -d -r1.171 -r1.171.4.1
--- pftijah.mx 13 May 2008 14:37:27 -0000 1.171
+++ pftijah.mx 10 Jun 2008 10:05:58 -0000 1.171.4.1
@@ -176,7 +176,7 @@
# locks
var tj_adm_lock := lock_create(); # tijah top administration lock
var tj_dep_lock := lock_create(); # tijah top dependency adm lock
-var tj_coll_lockbat := new(str,lock); # locks for all active collections
+var tj_coll_lockbat := new(str,lock).rename("tj_coll_lockbat"); # locks for
all active collections
# Comparisons
# const GREATER := 10;
@@ -1881,7 +1881,7 @@
var equivalences := new(str,str);
PROC tj_initEquivalences() : void :=
{
- equivalences := new(str,str);
+ equivalences := new(str,str).rename("tj_equivalences");
}
# INCOMPLETE: henning, what should I do about this.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins