Update of /cvsroot/monetdb/MonetDB5/src/modules/kernel
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14350/src/modules/kernel

Modified Files:
        pqueue.mx 
Log Message:
propagated changes of Wednesday Aug 01 2007 - Friday Aug 17 2007
from the MonetDB_5-0 branch to the development trunk


Index: pqueue.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/pqueue.mx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- pqueue.mx   3 Jan 2007 12:20:21 -0000       1.23
+++ pqueue.mx   17 Aug 2007 14:35:40 -0000      1.24
@@ -490,11 +490,11 @@
   do_pqueue_init(H,t,n);
 
   for(i=0; i<n; i++, idx++, p+=bs) {
-       [EMAIL PROTECTED](*H, &idx, BUNtvar(t,p), tpe); 
+       [EMAIL PROTECTED](*H, &idx, BUNtail(t,p), tpe); 
   }
   n = BATcount(t);
   for(; i<n; i++, idx++, p+=bs) {
-       [EMAIL PROTECTED](*H, &idx, BUNtvar(t,p), tpe); 
+       [EMAIL PROTECTED](*H, &idx, BUNtail(t,p), tpe); 
   }
   return GDK_SUCCEED;
 }


-------------------------------------------------------------------------
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