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

Modified Files:
        gdk_batop.mx 
Log Message:
don't handle TYPE_bat in the fast route as it need ref count fixes


Index: gdk_batop.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/gdk/gdk_batop.mx,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- gdk_batop.mx        11 Dec 2007 17:36:14 -0000      1.145
+++ gdk_batop.mx        11 Dec 2007 18:03:30 -0000      1.146
@@ -2324,7 +2324,8 @@
        BATiter bi = bat_iterator(b);
 
        BATcheck(b, "BATconst");
-       if (BAThrestricted(b) == BAT_READ && !ATOMvarsized(tailtype)) {
+       if (BAThrestricted(b) == BAT_READ && 
+           !ATOMvarsized(tailtype) && tailtype != TYPE_bat) {
                if (tailtype == TYPE_void) {
                        oid seqbase = oid_nil;
 


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to