Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15088

Modified Files:
      Tag: Feb2009
        serialize_pftijah.mx 
Log Message:
- try to fix monetdb-Bugs-2722117 by removing another faulty int



U serialize_pftijah.mx
Index: serialize_pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/serialize_pftijah.mx,v
retrieving revision 1.68.2.2
retrieving revision 1.68.2.3
diff -u -d -r1.68.2.2 -r1.68.2.3
--- serialize_pftijah.mx        30 Mar 2009 16:04:08 -0000      1.68.2.2
+++ serialize_pftijah.mx        31 Mar 2009 07:47:45 -0000      1.68.2.3
@@ -103,12 +103,12 @@
 }
 
 
-int dbat_finalize(dbat* dbat, int topidx) {
+int dbat_finalize(dbat* dbat, oid topidx) {
         void* top;
         BAT* b = dbat->bat;
         
-       topidx -= (int)dbat->seqbase;
-        int bottomTop = topidx;
+       topidx -= dbat->seqbase;
+        oid bottomTop = topidx;
         switch( b->ttype ) {
          case TYPE_int :
                 top = &dbat->cast.intCAST[bottomTop];


------------------------------------------------------------------------------
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to