Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24663/src/modules/kernel

Modified Files:
      Tag: MonetDB_5-2
        group.mx 
Log Message:
use the custom version of GRPnew for more cases, we now also
use dynamic hash sizes for TYPE_oid


Index: group.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/group.mx,v
retrieving revision 1.93.2.3
retrieving revision 1.93.2.4
diff -u -d -r1.93.2.3 -r1.93.2.4
--- group.mx    24 Oct 2007 10:07:41 -0000      1.93.2.3
+++ group.mx    19 Nov 2007 18:08:43 -0000      1.93.2.4
@@ -1236,7 +1236,8 @@
                throw(MAL, "group.group", "Cannot access descriptor");
        }
        if (BATcount(b) > 1024*1024 &&
-           (b->ttype == TYPE_int || b->ttype == TYPE_lng)) { 
+           (ATOMstorage(b->ttype) == TYPE_int || 
+            ATOMstorage(b->ttype) == TYPE_lng)) { 
                int N = BATcount(b), one = 1;
                assert(N);
                if (b->ttype == TYPE_int) {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to