Changeset: c94af81831aa for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c94af81831aa Modified Files: monetdb5/optimizer/opt_centipede.c Branch: default Log Message:
Turn off debugging diffs (14 lines): diff --git a/monetdb5/optimizer/opt_centipede.c b/monetdb5/optimizer/opt_centipede.c --- a/monetdb5/optimizer/opt_centipede.c +++ b/monetdb5/optimizer/opt_centipede.c @@ -31,8 +31,8 @@ #include "mal_interpreter.h" #include "algebra.h" -#define DEBUG_OPT_DETAIL -#define _DEBUG_OPT_CENTIPEDE_ +//#define DEBUG_OPT_DETAIL +//#define _DEBUG_OPT_CENTIPEDE_ #define BLOCKED 1 // Instruction should remain in main routine #define PARTITION 2 // Instruction is part of the fragment routine _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
