Changeset: a905e2f5fe74 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a905e2f5fe74
Modified Files:
        MonetDB5/src/mal/mal_function.mx
Branch: Jun2010
Log Message:

The MAL plans are not crossing the 1M lines barrier, therefore, you should not 
use a short to
store information about the lifeSpan for variables.


diffs (12 lines):

diff -r d7b589701159 -r a905e2f5fe74 MonetDB5/src/mal/mal_function.mx
--- a/MonetDB5/src/mal/mal_function.mx  Fri Sep 17 15:43:01 2010 +0200
+++ b/MonetDB5/src/mal/mal_function.mx  Mon Sep 20 16:22:58 2010 +0200
@@ -63,7 +63,7 @@
 #include "mal_resolve.h"
 
 typedef struct lifespan {
-       short beginLifespan, endLifespan, lastUpdate;
+       int beginLifespan, endLifespan, lastUpdate;
 } *Lifespan, LifespanRecord;
 
 #define getLastUpdate(L,I)     (L[I].lastUpdate)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to