Update of /cvsroot/monetdb/MonetDB4/src/modules/plain
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20385/src/modules/plain

Modified Files:
        pqueue.mx 
Log Message:
propagated changes of Friday Aug 17 2007 - Tuesday Aug 21 2007
from the MonetDB_4-18 branch to the development trunk


Index: pqueue.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/modules/plain/pqueue.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pqueue.mx   17 Aug 2007 14:34:57 -0000      1.4
+++ pqueue.mx   21 Aug 2007 12:34:53 -0000      1.5
@@ -423,7 +423,7 @@
 
   if (atom_CMP(BUNtail(h,hbase), el, tpe) @2 0) {
        BUNinplace(h, hbase, idx, el, 0);
-       *(oid*)hbase = *idx;
+       *(oid*)BUNhloc(h,hbase) = *idx;
        [EMAIL PROTECTED](h);
        h->hsorted = h->tsorted = FALSE;
   }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to