Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21298/src/backends/monet5

Modified Files:
        sql_gencode.mx 
Log Message:
propagated changes of Sunday Jan 24 2010 - Tuesday Jan 26 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/24 - nielsnes: src/backends/monet5/sql_gencode.mx,1.352.2.1
  bail out on too deep recursion
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_gencode.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_gencode.mx,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -d -r1.352 -r1.353
--- sql_gencode.mx      10 Jan 2010 22:13:00 -0000      1.352
+++ sql_gencode.mx      26 Jan 2010 13:25:25 -0000      1.353
@@ -547,11 +547,9 @@
        node *n;
 
        if (THRhighwater()) {
-               /* FIXME: this needs a proper solution, but at least this avoids
-                * crashing, which is just a wee bit better */
-               showException(SQL, "sql", "too many nested operators");
                if (sql->client->exception_buf)
                        longjmp(*sql->client->exception_buf, -1);
+               showException(SQL, "sql", "too many nested operators");
                assert(0);
        }
 


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to