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

Modified Files:
        opt_general.brg 
Log Message:

completed and documented "guard against too dep recursion"


Index: opt_general.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/algebra/opt/opt_general.brg,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- opt_general.brg     31 Jul 2007 12:21:19 -0000      1.31
+++ opt_general.brg     18 Aug 2007 23:59:48 -0000      1.32
@@ -362,6 +362,9 @@
     short            old_state_label;
     unsigned short   i;
 
+    /* guard against too dep recursion */
+    PFrecursion_fence();
+
     do {
         assert (STATE_LABEL (p));
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to