Update of /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9782/src/sqlhelpers/xmlshred

Modified Files:
      Tag: M5XQ
        encoding.c 
Log Message:
propagated changes of Tuesday May 19 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/19 - sjoerd: src/sqlhelpers/xmlshred/encoding.c,1.26
propagated changes of Tuesday May 19 2009
from the May2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/19 - tsheyar: src/sqlhelpers/xmlshred/encoding.c,1.25.4.1
-- Removed the runtime error for doc_tbl if a non-existing document is loaded.

-- Made the side effect for fn:doc explicit in the algebra. This way we 
re-introduce
   the runtime error for missing documents at a place where the optimizations 
can
   cope correctly with it.

-- Added test for bug 2791704: unusuable fn:doc-available.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U encoding.c
Index: encoding.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/src/sqlhelpers/xmlshred/encoding.c,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- encoding.c  23 Mar 2009 17:13:04 -0000      1.25
+++ encoding.c  19 May 2009 14:35:41 -0000      1.25.2.1
@@ -644,11 +644,9 @@
 /* Enable the following lines if your code generation produces
    code that collapses path steps and directly following text
    value lookups into a single path step. */
-#if 0
     /* copy the text value of a text node if it is the only child */
     if (buf[0] && pre == stack[level].pre)
         stack[level].value = xmlStrndup (buf, text_size);
-#endif
 
     flush_buffer ();
 


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to