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

Modified Files:
      Tag: MonetDB_5-0
        pqueue.mx 
Log Message:
fixed bug in accessing any types (ie use BUNtail ipv BUNtvar)
This fixes bug 
 1774217          SQL: order by timestampz column with limit crash



Index: pqueue.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/modules/kernel/pqueue.mx,v
retrieving revision 1.23
retrieving revision 1.23.4.1
diff -u -d -r1.23 -r1.23.4.1
--- pqueue.mx   3 Jan 2007 12:20:21 -0000       1.23
+++ pqueue.mx   16 Aug 2007 21:29:01 -0000      1.23.4.1
@@ -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