Update of /cvsroot/monetdb/pathfinder/modules/pftijah
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29459
Modified Files:
Tag: XQuery_0-18
pftijah.mx
Log Message:
- Try to fix Itanium bug [ 1732596 ] PFtijah tests fail on Itanium
Remove the bitwise AND in the check because it could be at the wrong side
of the word?
Index: pftijah.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/pftijah.mx,v
retrieving revision 1.134.2.1
retrieving revision 1.134.2.2
diff -u -d -r1.134.2.1 -r1.134.2.2
--- pftijah.mx 4 Jun 2007 17:42:06 -0000 1.134.2.1
+++ pftijah.mx 7 Jun 2007 09:28:18 -0000 1.134.2.2
@@ -3745,8 +3745,10 @@
/* --------------------------- checks
---------------------------------- */
BATcheck(tid, name);
- if (!(BATtordered(tid) & 1))
+ /* if (!(BATtordered(tid) & 1)) */
+ if ( !(BATtordered(tid) )
{
+ /* BUG#1732596 this test currently fails on Itanium */
GDKerror("%s: index-bat must be ordered on tail.\n", name);
return GDK_FAIL;
}
-------------------------------------------------------------------------
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