Update of /cvsroot/monetdb/pathfinder/tests/XQuery/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9380/tests/XQuery/Tests

Modified Files:
        union.stable.out 
Log Message:
-- Relax the structure of our Core representation by allowing
  'CoreExpr' nodes instead of only 'var' nodes in various places.

-- Introduced a Core rewrite that removes all unreferenced variables.

-- Introduced a Core rewrite that expands all variables that are
   referenced only once and in the same nesting depth.

-- Introduced rewrite that removes unnecessary calls to
   #pf:distinct-doc-order and #fn:reverse (caused by the correct
   translation of positional predicates).



Index: union.stable.out
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/tests/XQuery/Tests/union.stable.out,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- union.stable.out    3 Dec 2006 22:07:36 -0000       1.4
+++ union.stable.out    24 Jul 2007 15:08:24 -0000      1.5
@@ -22,7 +22,7 @@
 # 18:02:55 >  
 
 <?xml version="1.0" encoding="utf-8"?>
-<XQueryResult><a foo="bar"><b>textnode</b><d><e/><f/></d><c 
foo2="bar"/></a><b>textnode</b><d><e/><f/></d><e/><f/><c 
foo2="bar"/><author><last>Stevens</last><first>W.</first></author></XQueryResult>
+<XQueryResult><author><last>Stevens</last><first>W.</first></author><a 
foo="bar"><b>textnode</b><d><e/><f/></d><c 
foo2="bar"/></a><b>textnode</b><d><e/><f/></d><e/><f/><c 
foo2="bar"/></XQueryResult>
 
 # 01:50:33 >  
 # 01:50:33 >  Done.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to