Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27048/algebra
Modified Files:
intro_borders.c
Log Message:
-- Assign the new border operators the properties of their children.
U intro_borders.c
Index: intro_borders.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/intro_borders.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- intro_borders.c 20 May 2009 16:00:44 -0000 1.1
+++ intro_borders.c 26 May 2009 11:46:07 -0000 1.2
@@ -295,10 +295,12 @@
for (unsigned int i = 0; i < PFPA_OP_MAXCHILD && n->child[i]; i++)
if (!pfIN(n) && pfIN(n->child[i]) &&
- n->child[i]->kind != pa_nil)
+ n->child[i]->kind != pa_nil) {
/* Introduce a border if a boundary is reached
and stop the traversal. */
n->child[i] = PFpa_dep_border (n->child[i]);
+ n->child[i]->prop = L(n->child[i])->prop;
+ }
else
/* Recursively traverse the plan otherwise. */
introduce_dep_borders_worker (n->child[i]);
------------------------------------------------------------------------------
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