Ups.. Typo in the log message...
On 20/09/10 16:58, Romulo Goncalves wrote:
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.
Typo:
The MAL plans are crossing the 1M lines barrier, therefore, you should not use
a short to
store information about the lifeSpan for variables.
Romulo
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
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list