Update of /cvsroot/monetdb/MonetDB/src/gdk
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6567

Modified Files:
      Tag: GDK-2
        gdk_align.mx 
Log Message:
Add an assert.


Index: gdk_align.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_align.mx,v
retrieving revision 1.83.4.9
retrieving revision 1.83.4.10
diff -u -d -r1.83.4.9 -r1.83.4.10
--- gdk_align.mx        15 Aug 2007 09:37:17 -0000      1.83.4.9
+++ gdk_align.mx        15 Aug 2007 15:49:37 -0000      1.83.4.10
@@ -404,6 +404,7 @@
        BUN p = BUNfirst(b), q = BUNlast(b);
        oid h, *x;
 
+       assert(cnt >= q - p);
        BATcheck(b, "BATmaterialize: bat required");
        ALGODEBUG THRprintf(GDKout, "#BATmaterialize(%d);\n", (int) 
b->batCacheid);
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to