Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26955/compiler/semantics

Modified Files:
      Tag: Aug2009_NFI
        heuristic.c 
Log Message:
last fixes made during the introduction of the NFI performance release at NFI
- bugfix in generation of pf:text()
- enable index heuristic in where clauses (..)
- fix a recently introduced issue in the subexpression cache



U heuristic.c
Index: heuristic.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/heuristic.c,v
retrieving revision 1.15.8.2
retrieving revision 1.15.8.3
diff -u -d -r1.15.8.2 -r1.15.8.3
--- heuristic.c 7 Oct 2009 14:10:27 -0000       1.15.8.2
+++ heuristic.c 8 Oct 2009 16:43:59 -0000       1.15.8.3
@@ -711,7 +711,7 @@
         PFpnode_t *push = stack[depth]->child[next_child];
         if (next_child < 2 && push) { /* PUSH child left-deep-first */
             int i, looplifted = 0;
-            if (push->kind == p_where || push->kind == p_ord_ret || push->kind 
== p_let) {
+            if (push->kind == p_ord_ret || push->kind == p_let) {
                 for(i=0; i <= depth; i++) {
                     if (stack[i]->kind == p_flwr) {
                         PFpnode_t *binds = stack[i];


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to