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

Modified Files:
        prop_key.c 
Log Message:
-- Use the correct boolean test to check for guide nodes.


U prop_key.c
Index: prop_key.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/prop/prop_key.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- prop_key.c  17 Mar 2008 17:41:18 -0000      1.42
+++ prop_key.c  26 Mar 2008 11:25:55 -0000      1.43
@@ -572,7 +572,7 @@
                 PFprop_level_right (n->prop, n->sem.step.item) >= 0 &&
                 (n->sem.step.spec.axis == alg_desc ||
                  n->sem.step.spec.axis == alg_desc_s) &&
-                PFprop_guide_count (R(n)->prop, n->sem.step.item) &&
+                PFprop_guide (R(n)->prop, n->sem.step.item) &&
                 find_guide_max_rec (
                     n->sem.step.guide_count,
                     n->sem.step.guides,


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