Is this a fix that also applies to the Feb2009 branch? If so, please apply it there as well. In your copy of the Feb2009 stable branch do: cvs update -j1.201 -j1.202 milgen.brg
Jan Flokstra wrote: > Update of /cvsroot/monetdb/pathfinder/compiler/mil > In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10667/mil > > Modified Files: > milgen.brg > Log Message: > * reduce memory footprint by throwing away global score db explicitly. > > > > U milgen.brg > Index: milgen.brg > =================================================================== > RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v > retrieving revision 1.201 > retrieving revision 1.202 > diff -u -d -r1.201 -r1.202 > --- milgen.brg 26 Jan 2009 14:50:15 -0000 1.201 > +++ milgen.brg 30 Jan 2009 08:43:40 -0000 1.202 > @@ -3825,8 +3825,12 @@ > error (var (err->name)), > nop ())); > } > - > unpin (err, 1); > +#ifdef HAVE_PFTIJAH > + execute( > + assgn (var (PF_MIL_TIJAH_SCORE_DB), unused() ) > + ); > +#endif > } break; /* fold) */ > > /* Query: serialize (Side, empty_tbl) */ > @@ -3932,6 +3936,11 @@ > nop ())); > > unpin (err, 1); > +#ifdef HAVE_PFTIJAH > + execute( > + assgn (var (PF_MIL_TIJAH_SCORE_DB), unused() ) > + ); > +#endif > } break; /* fold) */ > > /* Rel: lit_tbl */ > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Monetdb-pf-checkins mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins -- Sjoerd Mullender
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
