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

Avoid double exception generation.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c
--- a/monetdb5/mal/mal_interpreter.c
+++ b/monetdb5/mal/mal_interpreter.c
@@ -869,8 +869,6 @@ str runMALsequence(Client cntxt, MalBlkP
 
                                /* unknown exceptions lead to propagation */
                                if (exceptionVar == -1) {
-                                       runtimeProfileExit(cntxt, mb, stk, pci, 
&runtimeProfile);
-                                       runtimeProfileFinish(cntxt, mb);
                                        if (cntxt->qtimeout && GDKusec()- 
mb->starttime > cntxt->qtimeout)
                                                ret= createException(MAL, 
"mal.interpreter", RUNTIME_QRY_TIMEOUT);
                                        stkpc = mb->stop;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to