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

Modified Files:
      Tag: M5XQ
        compile.c 
Log Message:
propagated changes of Monday May 25 2009 - Tuesday May 26 2009
from the development trunk to the M5XQ branch

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/05/25 - tsheyar: compiler/compile.c,1.179
-- Add missing rewrite phase.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.172.2.4
retrieving revision 1.172.2.5
diff -u -d -r1.172.2.4 -r1.172.2.5
--- compile.c   20 May 2009 16:27:41 -0000      1.172.2.4
+++ compile.c   26 May 2009 15:38:47 -0000      1.172.2.5
@@ -1057,6 +1057,9 @@
         laroot = PFla_cse (laroot);
         /* compile logical into a physical plan */
         paroot = PFplan (laroot);
+        /* add border operators to the physical plan */
+        paroot = PFpa_intro_borders (paroot);
+
         /* generate internal MIL representation */
         mroot = PFmilgen (paroot, genType);
 


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to