Changeset: 6e0cdd6ffcf3 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6e0cdd6ffcf3
Modified Files:
        monetdb5/mal/mal_stack.h
Branch: default
Log Message:

Introduce the temporary space counter


diffs (11 lines):

diff --git a/monetdb5/mal/mal_stack.h b/monetdb5/mal/mal_stack.h
--- a/monetdb5/mal/mal_stack.h
+++ b/monetdb5/mal/mal_stack.h
@@ -41,6 +41,7 @@ typedef struct MALSTK {
        int calldepth;          /* to protect against runtime stack overflow */
        short keepAlive;        /* do not garbage collect when set */
        short garbageCollect; /* stack needs garbage collection */
+       lng tmpspace;           /* amount of temporary space produced */
        /*
         * @-
         * Parallel processing is mostly driven by dataflow, but within this 
context
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to