Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6267/compiler/algebra

Modified Files:
        core2alg.brg 
Log Message:


Initialize old_env with NULL to fix the TestWeb.




Index: core2alg.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/core2alg.brg,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- core2alg.brg        19 Mar 2008 10:58:25 -0000      1.67
+++ core2alg.brg        20 Mar 2008 08:29:25 -0000      1.68
@@ -2563,7 +2563,7 @@
             unsigned int   i;
             int            strategy = (PFoutput_format == PFoutput_format_sql)
                                       ? SQL
-                                      : IFP_OR_DELTA;
+                                      : STRATEGY;
             /* recursion strategy depending on the output format */
             rec_strategy_t *recursion_strategy = (strategy == SQL)
                                                 ? recursion_sql
@@ -2571,7 +2571,7 @@
 
             bool           x_used, loop_used;
             PFla_env_t     e;
-            PFarray_t     *old_env;
+            PFarray_t     *old_env = NULL;
             PFalg_schema_t schema, res_schema;
             PFla_op_t     *base_x, *base_res;
             PFla_op_t     *seed, *res_seed;


-------------------------------------------------------------------------
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

Reply via email to