Update of /cvsroot/monetdb/pathfinder/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13746
Modified Files:
Tag: PF_ROX
compile.c
Log Message:
- forgot to move heuristics also in the MonetDB compilation function
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.132.2.6
retrieving revision 1.132.2.7
diff -u -d -r1.132.2.6 -r1.132.2.7
--- compile.c 7 Mar 2008 21:51:46 -0000 1.132.2.6
+++ compile.c 7 Mar 2008 23:00:14 -0000 1.132.2.7
@@ -895,14 +895,13 @@
module_base = PFparse_modules (proot, &PFquery,
PFstate.standoff_axis_steps);
proot = PFnormalize_abssyn (proot);
- if (PFstate.output_format == PFoutput_format_milprint_summer) {
- /* algebra MIL/MAL generation could/should also use it.. */
- proot = PFheuristic_index (proot);
- }
PFns_init ();
PFqname_init ();
PFns_resolve (proot);
PFextract_options (proot);
+ if (PFstate.output_format == PFoutput_format_milprint_summer) {
+ proot = PFheuristic_index (proot);
+ }
PFvarscope (proot);
PFfun_xquery_fo ();
PFfun_check (proot);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins