Update of /cvsroot/monetdb/pathfinder/compiler/algebra
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27389/algebra

Modified Files:
        physical.c 
Log Message:
-- The MIL implementation of the physical merge-adjacent-text-nodes operator
   has to cope with a position column.


U physical.c
Index: physical.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/physical.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- physical.c  13 Jun 2008 12:50:45 -0000      1.72
+++ physical.c  19 Jun 2008 12:32:12 -0000      1.73
@@ -2959,8 +2959,9 @@
 {
     PFpa_op_t *ret = wire1 (pa_merge_adjacent, n);
 
-    ret->sem.ii.iter = iter;
-    ret->sem.ii.item = item;
+    ret->sem.iter_pos_item.iter = iter;
+    ret->sem.iter_pos_item.pos  = pos;
+    ret->sem.iter_pos_item.item = item;
 
     /* allocate memory for the result schema */
     ret->schema.count = n->schema.count;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to