Changeset: e07ddd4d7090 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e07ddd4d7090
Modified Files:
        monetdb5/modules/mal/tablet.c
Branch: resultset
Log Message:

Move print into debug part


diffs (13 lines):

diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c
--- a/monetdb5/modules/mal/tablet.c
+++ b/monetdb5/modules/mal/tablet.c
@@ -1324,8 +1324,8 @@ reportlackofinput:
                        MT_sema_up(&task->consumer, "SQLconsumer");
                        MT_sema_down(&task->producer, "SQLproducer");
                        cur = (cur+1) % MAXBUFFERS;
+#ifdef _DEBUG_TABLET_
                        mnstr_printf(GDKout,"#Contiue producer state %d ateof 
%d buffer %d\n", task->state, task->ateof,cur);
-#ifdef _DEBUG_TABLET_
 #endif
                }
                /* we have seen all tuples requested? */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to