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

Modified Files:
        pathfinder.mx 
Log Message:
iter_cand should be a list of valid NIDs, not a list of PREs that
potentially refer to holes.


Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -d -r1.329 -r1.330
--- pathfinder.mx       12 Apr 2007 00:18:09 -0000      1.329
+++ pathfinder.mx       12 Apr 2007 09:25:37 -0000      1.330
@@ -2284,7 +2284,7 @@
         if (isnil(min(iter_cand))) use_index := false; # was omitted, we have 
to scan
     }
     if (not(use_index)) { # everything is a candidate
-        iter_cand := cross(iter_val,reverse(pre_kind));
+        iter_cand := cross(iter_val,reverse(nid_rid.ord_uselect(oid_nil, 
oid_nil)));
     }
 
     # we always have to check against false hits


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