Djoerd Hiemstra wrote:
Update of /cvsroot/monetdb/pathfinder/modules/pftijah In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1427
Modified Files: Tag: XQuery_0-18 nexi_generate_mil.c Log Message: The ir-model="LM" option was translated to "LMs" in the algebra.
You do realize that the XQuery_0-18 branch is the *old* stable branch and that we're now using XQuery_0-20?
Index: nexi_generate_mil.c =================================================================== RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/nexi_generate_mil.c,v retrieving revision 1.33.2.3 retrieving revision 1.33.2.4 diff -u -d -r1.33.2.3 -r1.33.2.4 --- nexi_generate_mil.c 15 Jun 2007 08:53:00 -0000 1.33.2.3 +++ nexi_generate_mil.c 4 Oct 2007 13:11:35 -0000 1.33.2.4 @@ -711,7 +711,7 @@ case MODEL_LM :
// MILPRINTF(MILOUT, "R%d := R%d.p_containing_q_LM(terms, qenv);\n", com_num, com_nr_left); - MILPRINTF(MILOUT, "R%d := R%d.p_containing_q_LMs%s(terms%s,qenv);\n", com_num, com_nr_left, parserCtx->ffPfx, parserCtx->flastPfx); + MILPRINTF(MILOUT, "R%d := R%d.p_containing_q_LM%s(terms%s,qenv);\n", com_num, com_nr_left, parserCtx->ffPfx, parserCtx->flastPfx);
break;
------------------------------------------------------------------------- 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