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

Modified Files:
        logical.h 
Log Message:
-- Changed the semantic content of the la_ref_tbl operator.
-- In the semantic content of the la_ref_tbl operator we now store the 
*positions* (w.r.t. the schema) of key attributes instead of their names, so 
that renamings of attribute names (e.g. by some plan optimization phases) don't 
have to be done additionally on this key attribute infos.

Index: logical.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/logical.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- logical.h   6 Dec 2007 08:42:35 -0000       1.45
+++ logical.h   6 Dec 2007 22:41:33 -0000       1.46
@@ -210,7 +210,8 @@
     struct {
         char* name;
         PFarray_t*      tatts;    /**< array holding the original attr.names */
-        PFarray_t*      keys;     /**< array holding the key attributes */
+        PFarray_t*      keys;     /**< array holding the *positions* 
+                                      (w.r.t. the schema) of key attributes */
     } ref_tbl;                    /**< semantic content for tableref operator 
*/
 
 


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
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