Changeset: dcb36b554abe for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dcb36b554abe
Modified Files:
        monetdb5/optimizer/opt_commonTerms.c
Branch: default
Log Message:

Minor typos


diffs (25 lines):

diff --git a/monetdb5/optimizer/opt_commonTerms.c 
b/monetdb5/optimizer/opt_commonTerms.c
--- a/monetdb5/optimizer/opt_commonTerms.c
+++ b/monetdb5/optimizer/opt_commonTerms.c
@@ -81,13 +81,11 @@ OPTcommonTermsImplementation(Client cntx
                        break;
                }
                /*
-                * @-
                 * Any non-empty barrier block signals the end of this 
optimizer,
                 * the impact of the block can affect the common code.
                 */
                barrier |= (p->barrier== BARRIERsymbol || p->barrier== 
CATCHsymbol) && old[i+1]->barrier!=EXITsymbol;
                /*
-                * @-
                 * Also block further optimization when you have seen an 
assert().
                 * This works particularly for SQL, because it is not easy to 
track
                 * the BAT identifier aliases to look for updates. The 
sql.assert
@@ -129,7 +127,6 @@ OPTcommonTermsImplementation(Client cntx
                                        isLinearFlow(p));
 #endif
                                /*
-                                * @-
                                 * Simple assignments are not replaced either. 
They should be
                                 * handled by the alias removal part. All 
arguments should
                                 * be assigned their value before instruction p.
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to