Changeset: da44bab36c99 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da44bab36c99
Modified Files:
monetdb5/optimizer/opt_garbageCollector.c
Branch: default
Log Message:
The variable renaming is needed at the moment for consistent results accross
debug and release builds
diffs (19 lines):
diff --git a/monetdb5/optimizer/opt_garbageCollector.c
b/monetdb5/optimizer/opt_garbageCollector.c
--- a/monetdb5/optimizer/opt_garbageCollector.c
+++ b/monetdb5/optimizer/opt_garbageCollector.c
@@ -40,7 +40,6 @@ OPTgarbageCollectorImplementation(Client
limit = mb->stop;
-#ifndef NDEBUG
/* variables get their name from the position */
/* rename all temporaries for ease of variable table interpretation */
/* this code should not be necessary is variables always keep their
position */
@@ -54,7 +53,6 @@ OPTgarbageCollectorImplementation(Client
//if(strcmp(buf, getVarName(mb,i)) )
//fprintf(stderr, "non-matching name/entry %s %s\n",
buf, getVarName(mb,i));
}
-#endif
// move SQL query definition to the front for event profiling tools
p = NULL;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list