Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5981

Modified Files:
      Tag: XQuery_0-18
        pftijah.mx 
Log Message:
* reset fix after explanation of meaning of (order  & 1) by Stefan.



Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.134.2.2
retrieving revision 1.134.2.3
diff -u -d -r1.134.2.2 -r1.134.2.3
--- pftijah.mx  7 Jun 2007 09:28:18 -0000       1.134.2.2
+++ pftijah.mx  7 Jun 2007 10:18:44 -0000       1.134.2.3
@@ -3745,8 +3745,7 @@
        /* --------------------------- checks 
---------------------------------- */
 
        BATcheck(tid, name);
-       /* if (!(BATtordered(tid) & 1)) */
-       if ( !(BATtordered(tid) )
+       if (!(BATtordered(tid) & 1))
        {
                /* BUG#1732596 this test currently fails on Itanium */
                GDKerror("%s: index-bat must be ordered on tail.\n", name);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to