On Fri, Jan 29, 2010 at 04:41:00AM +0000, Stefan de Konink wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv5117
Modified Files: aggr.mx Log Message: Fixes typo's and/or inconsistent throw references to function names. Please propagate to stable.
The standard policy is to check in bug fixes to the latest release branch; propagation will than happen automa[tgn]ically. Back-porting such changes by hand creates quite some overhead. Stefan
Index: aggr.mx =================================================================== RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/aggr.mx,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- aggr.mx 7 Jan 2010 15:24:26 -0000 1.41 +++ aggr.mx 29 Jan 2010 04:40:58 -0000 1.42 @@ -276,7 +276,7 @@ } BBPreleaseref(b->batCacheid); BBPreleaseref(e->batCacheid); - throw(MAL, "aggrX3_sum.@4",GDK_EXCEPTION); + throw(MAL, "aggrX3_prod.@4",GDK_EXCEPTION); } @- @= AX3sumprod @@ -548,7 +548,7 @@ BBPreleaseref(b->batCacheid); BBPreleaseref(e->batCacheid); BBPreleaseref(g->batCacheid); - throw(MAL, "aggrX3_prod3",GDK_EXCEPTION); + throw(MAL, "aggrX3_avg3",GDK_EXCEPTION); } @c @:AX3arithavg3(bte,loc)@ @@ -590,7 +590,7 @@ BBPreleaseref(b->batCacheid); BBPreleaseref(e->batCacheid); BBPreleaseref(g->batCacheid); - throw(MAL, "aggrX3_prod3",GDK_EXCEPTION); + throw(MAL, "aggrX3_@13",GDK_EXCEPTION); } @c @:AX3extreme3(min,<)@ @@ -627,7 +627,7 @@ BBPreleaseref(b->batCacheid); BBPreleaseref(e->batCacheid); BBPreleaseref(g->batCacheid); - throw(MAL, "aggrX3_prod3", GDK_EXCEPTION); + throw(MAL, "aggrX3_count3", GDK_EXCEPTION); } @- The remainder contains the few MIL proc translations
------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4199 |