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

Modified Files:
      Tag: GDK-2
        pqueue.mx 
Log Message:
propagated changes of Friday Aug 17 2007
from the development trunk to the GDK-2 branch


Index: pqueue.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/pqueue.mx,v
retrieving revision 1.23.6.2
retrieving revision 1.23.6.3
diff -u -d -r1.23.6.2 -r1.23.6.3
--- pqueue.mx   11 Aug 2007 21:16:10 -0000      1.23.6.2
+++ pqueue.mx   17 Aug 2007 15:36:56 -0000      1.23.6.3
@@ -478,11 +478,11 @@
   do_pqueue_init(H,t,n);
 
   for(i=0; i<n; i++, idx++, p++) {
-       [EMAIL PROTECTED](*H, &idx, BUNtvar(ti,p), tpe); 
+       [EMAIL PROTECTED](*H, &idx, BUNtail(ti,p), tpe); 
   }
   n = BATcount(t);
   for(; i<n; i++, idx++, p++) {
-       [EMAIL PROTECTED](*H, &idx, BUNtvar(ti,p), tpe); 
+       [EMAIL PROTECTED](*H, &idx, BUNtail(ti,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