Update of /cvsroot/monetdb/pathfinder/compiler/algebra/prop
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19891/algebra/prop

Modified Files:
      Tag: XQuery_0-24
        prop_card.c 
Log Message:
-- Do not remove textnode constructors that are never used as an empty
   input string may turn a singleton input sequence into an empty sequence.


U prop_card.c
Index: prop_card.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_card.c,v
retrieving revision 1.34
retrieving revision 1.34.2.1
diff -u -d -r1.34 -r1.34.2.1
--- prop_card.c 3 Apr 2008 11:03:26 -0000       1.34
+++ prop_card.c 5 Jun 2008 21:29:17 -0000       1.34.2.1
@@ -90,7 +90,6 @@
         case la_docnode:
         case la_element:
         case la_attribute:
-        case la_textnode:
         case la_comment:
         case la_processi:
         case la_roots:
@@ -132,6 +131,7 @@
         case la_step_join:
         case la_doc_index_join:
         case la_fcns:
+        case la_textnode:
         case la_merge_adjacent:
         case la_fragment:
         case la_frag_extract:


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