Re: [Monetdb-developers] preceding-sibling

2008-02-19 Thread Stefan Manegold
Hi Djoerd, from http://www.w3.org/TR/xpath20/ [...] 3.2.2 Predicates [...] Note: When using predicates with a sequence of nodes selected using a reverse axis, it is important to remember that the the context positions for such a sequence are assigned in reverse document order. For example

[Monetdb-developers] preceding-sibling

2008-02-19 Thread Djoerd Hiemstra
Hi there MonetDBs, The results for the following query changed between v0.18 and v0.22: let $list := 1 2 3 4 return $list//item[. = "4"]/preceding-sibling::*[1] It now gives item 3, which I think is wrong since the results of any axis step (also preceding-sibling), should be in documen

Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/compiler/algebra/opt opt_algebra_cse.c, XQuery_0-22, 1.15.2.4, 1.15.2.5

2008-02-19 Thread Manuel Mayr
No that's fine, I forgot to remove this one. Thx and best regards, Manuel On Feb 19, 2008, at 9:14 PM, Stefan Manegold wrote: > Update of /cvsroot/monetdb/pathfinder/compiler/algebra/opt > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15698/ > compiler/algebra/opt > > Modified

Re: [Monetdb-developers] [MonetDB-users] New MonetDB Release

2008-02-19 Thread Venks
I just installed the latest Windows 32 bit version of my laptop. When I bring up the server I get the following message: !WARNING: BBPdiskscan: unexpected file 10.buns, leaving bat. # MonetDB server v5.4.0, based on kernel v1.22.0 # Serving database 'demo' # Compiled for i686-pc-win32/32bit with 3

Re: [Monetdb-developers] [MonetDB-users] New MonetDB Release

2008-02-19 Thread Stefan Manegold
Dear Venks, I apparently forgot to mention that --- due to the new (incompatible) database format --- after dumping your database (before the upgrade), you also need to remove your "old" "dbfarm" (and "sql_logdir" / "xquery_logdir") (or at least rename / move them, in case you want/need to keep th

[Monetdb-developers] New MonetDB Release

2008-02-19 Thread Stefan Manegold
The MonetDB team at CWI is pleased to announce the new "Feb2008" release of the MonetDB suite of programs. This release marks the roll forward of the binary storage layout to a single column storage layout. This involved a major overhaul of the MonetDB Server code. IMPORTANT NOTE: The database