Update of /cvsroot/monetdb/pathfinder/compiler/semantics
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28234/compiler/semantics
Modified Files:
Tag: Nov2009
heuristic.c
Log Message:
propagated changes of Thursday Oct 08 2009
from the Aug2009_NFI branch to the Nov2009 branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/08 - boncz: compiler/semantics/heuristic.c,1.15.8.3
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.6.2
retrieving revision 1.15.6.3
diff -u -d -r1.15.6.2 -r1.15.6.3
--- heuristic.c 7 Oct 2009 14:13:32 -0000 1.15.6.2
+++ heuristic.c 8 Oct 2009 16:55:26 -0000 1.15.6.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