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

Modified Files:
        milgen.brg 
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: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- milgen.brg  20 Jan 2008 22:35:05 -0000      1.100
+++ milgen.brg  21 Jan 2008 16:55:22 -0000      1.101
@@ -1439,7 +1439,7 @@
                     execute (
                         assgn (var (filepath->name),
                                project (var (docmgmt->name),
-                                        nil()))
+                                        lit_str("")))
                     );
                 }
 
@@ -1460,7 +1460,7 @@
                     execute (
                         assgn (var (colname->name),
                                project (var (docmgmt->name),
-                                        nil()))
+                                        lit_str ("")))
                     );
                 }
 


-------------------------------------------------------------------------
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