Update of /cvsroot/monetdb/MonetDB4/src/modules/plain
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25518/src/modules/plain
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/MonetDB4/src/modules/plain/pqueue.mx,v
retrieving revision 1.3.4.3
retrieving revision 1.3.4.4
diff -u -d -r1.3.4.3 -r1.3.4.4
--- pqueue.mx 11 Aug 2007 21:16:06 -0000 1.3.4.3
+++ pqueue.mx 17 Aug 2007 15:34:33 -0000 1.3.4.4
@@ -431,11 +431,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