Stefan Manegold wrote:
Sjoerd,
not that I want to "worry" you, but just out of curiosity: did this one make it into the release?
Yes.
If not, I would not recomment to re-build the release once again --- unless Jan has very strong arguments that this is a strickt show-stopped (don't think so, since most tests work fine) ---, but just keep it for a potential bug-fix release.
Stefan
On Wed, Oct 17, 2007 at 04:29:31PM +0000, Jan Rittinger wrote:
Update of /cvsroot/monetdb/pathfinder/compiler/debug In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26773/debug
Modified Files: Tag: XQuery_0-20 logdebug.c Log Message: -- Bugfix: Added missing 'break;'.
Index: logdebug.c =================================================================== RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/logdebug.c,v retrieving revision 1.72 retrieving revision 1.72.2.1 diff -u -d -r1.72 -r1.72.2.1 --- logdebug.c 18 Sep 2007 11:46:58 -0000 1.72 +++ logdebug.c 17 Oct 2007 16:29:28 -0000 1.72.2.1 @@ -1494,6 +1494,7 @@ PFatt_str (n->sem.pos_sel.part));
PFarray_printf (xml, " </content>\n"); + break;
case la_fun_1to1: PFarray_printf (xml,
------------------------------------------------------------------------- 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 Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Sjoerd Mullender