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

Modified Files:
      Tag: Feb2010
        sql_gencode.mx 
Log Message:
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.352.2.1
diff -u -d -r1.352 -r1.352.2.1
--- sql_gencode.mx      10 Jan 2010 22:13:00 -0000      1.352
+++ sql_gencode.mx      24 Jan 2010 20:07:51 -0000      1.352.2.1
@@ -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);
        }
 


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to