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

Modified Files:
        algopt.c 
Log Message:
-- The required node property analysis cannot cope with the special
   eqjoin_unq operator used in the query representation using unique
   attribute names.


U algopt.c
Index: algopt.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/algopt.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- algopt.c    3 Apr 2008 09:42:10 -0000       1.32
+++ algopt.c    3 Apr 2008 12:37:12 -0000       1.33
@@ -339,7 +339,7 @@
                                   false /* composite key */,
                                   true  /* key */,
                                   false /* ocols */,
-                                  true  /* req_node */,
+                                  false /* req_node */,
                                   false /* reqval */,
                                   true  /* level */,
                                   true  /* refctr */,


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to