Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17902/algebra
Modified Files:
Tag: XQuery_0-22
planner.c
Log Message:
-- Bugfix: Turn segfault into proper error message.
(This checkin should not be propagated to the CVS HEAD.)
Index: planner.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/planner.c,v
retrieving revision 1.50
retrieving revision 1.50.2.1
diff -u -d -r1.50 -r1.50.2.1
--- planner.c 1 Feb 2008 13:32:00 -0000 1.50
+++ planner.c 18 Feb 2008 13:02:47 -0000 1.50.2.1
@@ -1499,7 +1499,9 @@
case alg_par: llscj = PFpa_llscj_parent; break;
case alg_prec: llscj = PFpa_llscj_prec; break;
case alg_prec_s: llscj = PFpa_llscj_prec_sibl; break;
- case alg_self: assert (0); break;
+ case alg_self:
+ PFoops (OOPS_FATAL,
+ "self step not implemented yet.");
}
/*
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins