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

Modified Files:
        builtins.c 
Log Message:
* The disappeared function now is appearing again due to the help of Jan.
  Stupidly enough, I was not projecting the result of that function and
  thus pathfinder was deleting that function at the algebra level since
  it was not producing any new results.
* DocmgmTape proc is now working and thus all docmgmt function should work
  in the algebra back-end.


Index: builtins.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/builtins.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- builtins.c  20 Jan 2008 22:35:02 -0000      1.73
+++ builtins.c  21 Jan 2008 16:55:22 -0000      1.74
@@ -4673,7 +4673,7 @@
                                      att_item3)),
                    proj(att_iter, att_iter),
                    proj(att_pos, att_pos),
-                   proj(att_item, att_item)),
+                   proj(att_item, att_res)),
 
         .frag = args[0].frag };
 }
@@ -4717,7 +4717,7 @@
                                      att_item3)),
                    proj(att_iter, att_iter),
                    proj(att_pos, att_pos),
-                   proj(att_item, att_item)),
+                   proj(att_item, att_res)),
         .frag = args[0].frag };
 }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to