Update of /cvsroot/monetdb/pathfinder/compiler/algebra/opt
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8445/compiler/algebra/opt
Modified Files:
Tag: XQuery_0-24
opt_icol.c
Log Message:
Bringing back the default case with assert(0) in opt_icol to satisfy the
compiler, it hsould never reach there since the parent operator is a twig join
and all possible cases are taken into account.
U opt_icol.c
Index: opt_icol.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_icol.c,v
retrieving revision 1.23.2.2
retrieving revision 1.23.2.3
diff -u -d -r1.23.2.2 -r1.23.2.3
--- opt_icol.c 5 Jun 2008 21:29:15 -0000 1.23.2.2
+++ opt_icol.c 6 Jun 2008 09:01:59 -0000 1.23.2.3
@@ -415,6 +415,8 @@
are not allowed to throw away the textnode
constructor. */
break;
+ default:
+ assert(0);
}
else if (L(p)->kind == la_doc_tbl &&
!PFprop_icol (L(p)->prop, L(p)->sem.doc_tbl.res)) {
-------------------------------------------------------------------------
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