Update of /cvsroot/monetdb/pathfinder/compiler/algebra/opt
In directory
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv22958/compiler/algebra/opt
Modified Files:
Tag: M5XQ
opt_set.c
Log Message:
propagated changes of Thursday Mar 18 2010
from the XQFT branch to the M5XQ branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/03/18 - sjoerd: compiler/algebra/opt/opt_set.c,1.18.10.2
propagated changes of Wednesday Mar 17 2010 - Thursday Mar 18 2010
from the development trunk to the XQFT branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2010/03/17 - tsheyar: compiler/algebra/opt/opt_set.c,1.20
-- Introduced a new column-name-origin property that enhances the column
names
in the DOT generated algebra plans. If a column stems from a ref_tbl or a
path step we now keep the original name throughout the plan.
(Use pf-option -fN to print the mapping of original names.)
-- Make property usage a little bit more defensive. Instead of !PFprop_icol
a new function PFprop_not_icol is introduced that copes correctly with
missing property information.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: opt_set.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_set.c,v
retrieving revision 1.17.4.2
retrieving revision 1.17.4.3
diff -u -d -r1.17.4.2 -r1.17.4.3
--- opt_set.c 7 Jan 2010 16:57:30 -0000 1.17.4.2
+++ opt_set.c 18 Mar 2010 11:45:31 -0000 1.17.4.3
@@ -218,7 +218,7 @@
case la_step:
if (PFprop_set (p->prop) &&
PFprop_icol (p->prop, p->sem.step.item) &&
- !PFprop_icol (p->prop, p->sem.step.iter))
+ PFprop_not_icol (p->prop, p->sem.step.iter))
*p = *PFla_step (
L(p),
PFla_attach (
@@ -276,7 +276,7 @@
case la_guide_step:
if (PFprop_set (p->prop) &&
PFprop_icol (p->prop, p->sem.step.item) &&
- !PFprop_icol (p->prop, p->sem.step.iter))
+ PFprop_not_icol (p->prop, p->sem.step.iter))
*p = *PFla_guide_step (
L(p),
PFla_attach (
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins