Update of /cvsroot/monetdb/pathfinder/compiler
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6600
Modified Files:
main_sql.c
Log Message:
-- 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: main_sql.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/main_sql.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- main_sql.c 7 Jan 2010 15:24:27 -0000 1.14
+++ main_sql.c 17 Mar 2010 21:56:05 -0000 1.15
@@ -461,6 +461,7 @@
be too many columns involved */
false /* original names */,
true /* unique names */,
+ true /* name origin */,
laroot, NULL);
sqlroot = PFlalg2sql (laroot);
------------------------------------------------------------------------------
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