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

Modified Files:
        milgen.brg 
Log Message:
Define on the algebra level the 8 pathfinder document functions.

pf:documents () as element()*
pf:documents-unsafe () as element()*
pf:documents (string*) as element()*
pf:documents-unsafe (string*) as element()*
pf:docname (node*) as string*
pf:collection (string) as node
pf:collections () as element()*
pf:collections-unsafe () as element()*

minor:
replace some tabs with white spaces.
cut a "long" line down in milgen.brg


U milgen.brg
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- milgen.brg  11 Apr 2008 13:14:42 -0000      1.139
+++ milgen.brg  14 Apr 2008 09:55:19 -0000      1.140
@@ -2970,7 +2970,9 @@
                                        misnil (
                                            leftjoin (
                                                mirror (var (v->name)),
-                                               VAR (L(p)->env, pa_item, 
aat_attr))),
+                                               VAR (L(p)->env,
+                                                    pa_item,
+                                                    aat_attr))),
                                        lit_bit (true)))),
                         binsert (var (item->name),
                                  leftjoin (var (v->name),
@@ -5166,6 +5168,7 @@
                     PFalg_att_t tgt     = p->sem.fun_1to1.refs.atts[0],
                                 changes = p->sem.fun_1to1.refs.atts[1];
                     mvar_t *loop = NULL;
+                    
                     int update_str;
 
                     assert (env_count (L(p)->env));
@@ -5229,6 +5232,7 @@
                                project (
                                    var (loop->name),
                                    lit_lng(update_str))));
+
                 }   break; /* fold) */
             }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to