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

Modified Files:
        pathfinder.mx 
Log Message:

attempt to fix
[ 1741459 ] PF: ws_create inconsistently adds a collection node
http://sourceforge.net/tracker/index.php?func=detail&aid=1741459&group_id=56967&atid=482468

JanR's suggested patch seems to fix most algebra test
without causing any other (obvious) harm.

However, some algebra tests still fail with
"fatal error: attribute `item' referenced in projection not found"
"halted in .../pathfinder/compiler/algebra/logical.c (PFla_project_), line 867"
in the XQuery compiler.


Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -d -r1.373 -r1.374
--- pathfinder.mx       15 Jul 2007 20:47:33 -0000      1.373
+++ pathfinder.mx       17 Jul 2007 06:18:13 -0000      1.374
@@ -1364,6 +1364,8 @@
     ws.fetch(PRE_PROP).fetch(WS).append(oid_nil);
     ws.fetch(PRE_KIND).fetch(WS).append(COLLECTION);
     ws.fetch(PRE_NID).fetch(WS).append(oid_nil);
+    ws.fetch(PRE_CONT).fetch(WS).append(oid_nil);
+    ws.fetch(NID_RID).fetch(WS).append([EMAIL PROTECTED]);
     ws.fetch(FRAG_ROOT).fetch(WS).insert([EMAIL PROTECTED],[EMAIL PROTECTED]); 
# first root is [EMAIL PROTECTED]
 
     # add identical bat references as 'master' bats just to make the transient 
container complete  


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to