Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25782

Modified Files:
      Tag: xrpcdemo
        pathfinder.mx 
Log Message:
- an even simpler fix: just text for a [EMAIL PROTECTED] docid 



U pathfinder.mx
Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.416.2.1.2.17
retrieving revision 1.416.2.1.2.18
diff -u -d -r1.416.2.1.2.17 -r1.416.2.1.2.18
--- pathfinder.mx       17 Jun 2008 23:05:33 -0000      1.416.2.1.2.17
+++ pathfinder.mx       17 Jun 2008 23:14:15 -0000      1.416.2.1.2.18
@@ -2592,7 +2592,7 @@
     var isolate := (ttype(map_pid) = oid);
     if (not(isolate)) {
         any_pre := any_pre.tsort(); # no-op for read-only nsloc element index
-        if (isnil(min(reverse(frag_root)))) return any_pre;
+        if (frag_root.exist(TEMP_DOC)) return any_pre; # temporary document 
(collections) can never have been deleted
     } else if (any_pre.htype() = void) {
         any_pre := any_pre.leftfetchjoin(nid_rid).[swizzle](map_pid).tsort();
     } else {


-------------------------------------------------------------------------
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

Reply via email to