Update of /cvsroot/monetdb/MonetDB4/src/monet/Tests
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30304/src/monet/Tests

Modified Files:
        const.stable.out 
Log Message:
Merged GDK-2 branch into development branch.

Current changes were mostly started for
fixing the void concurrency problem

As a side action, the bun/bat layout was also changed.
We now have a split head and tail. This means many of the well known
macros are changed (ie BUN{h,t}{loc,var} BUN{head,tail})

BAT iteration now needs a special struct
BATiter which can be correctly created as

BATiter bi = bat_iterator(b);


TODO
        1 some modules aren't ported (maybe be dropped as they aren't used)

        2 some more bugs to find


Next improvements which are now possible
        views based on 2 bats
        (or a bat where head is real and the tail a view (or vs))
        many more....

For a presentation about the changes, see
http://www.cwi.nl/~niels/download/gdk2.pdf


Index: const.stable.out
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/src/monet/Tests/const.stable.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- const.stable.out    22 Dec 2006 15:28:16 -0000      1.1
+++ const.stable.out    4 Oct 2007 10:35:33 -0000       1.2
@@ -84,8 +84,8 @@
 # void BAT               # type
 #-------------------------#
 [ [EMAIL PROTECTED],     <tmp_46>        ]
-[ [EMAIL PROTECTED],     <tmp_37>        ]
-[ [EMAIL PROTECTED],     <tmp_47>        ]
+[ [EMAIL PROTECTED],     <tmp_47>        ]
+[ [EMAIL PROTECTED],     <tmp_50>        ]
 [print](y);
 #-----------------#
 # h    t         # name


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