Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25924/modules/pftijah/tjc
Modified Files:
tjc_main.c
Log Message:
propagated changes of Friday Apr 03 2009
from the Feb2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/04/03 - hrode: modules/pftijah/tjc/tjc_main.c,1.10.2.6
one optimization actually changes the query semantics, which is OK for most
retrieval models, but not for the LM model
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: tjc_main.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- tjc_main.c 21 Feb 2009 09:57:47 -0000 1.15
+++ tjc_main.c 3 Apr 2009 12:32:21 -0000 1.16
@@ -309,7 +309,7 @@
if (DEBUG) stream_printf(GDKout,"#!tjc start normalize\n");
normalize(ptree, root);
if (DEBUG) stream_printf(GDKout,"#!tjc start optimize\n");
- optimize(ptree, root);
+ optimize(tjc_c, ptree, root);
atree = phys_optimize (ptree, root, rtagbat);
// optional dot output
------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins