Sjoerd Mullender | 1 Jul 2010 17:14
Picon
Favicon

[MonetDB-users] Announcement: New Jun2010 feature release of MonetDB suite

It is not June anymore, but nevertheless, the MonetDB team at
CWI/MonetDB BV is pleased to announce the Jun2010
feature release of the MonetDB suite of programs.

More information (including release notes) on this release is available
at <http://monetdb.cwi.nl/Development/Releases/Jun2010/>.

The download location has changed to
<http://dev.monetdb.org/downloads/>.  Please fix any bookmarks you may have.

--

-- 
Sjoerd Mullender

	

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@...
https://lists.sourceforge.net/lists/listinfo/monetdb-developers
Fabian Groffen | 2 Jul 2010 09:18
Picon
Picon
Favicon

Re: MonetDB: Jun2010 - added test for fixed bug 2552 PREPARE: limit ...

On 02-07-2010 08:48:18 +0200, Niels Nes wrote:
> Changeset: 64acf9744dca for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=64acf9744dca
> Modified Files:
> 	clients/src/mapiclient/dump.c
    ^^^^^
> 	sql/src/test/BugTracker-2010/Tests/All
> 	sql/src/test/BugTracker-2010/Tests/limit_in_prepare.Bug-2552.sql
> 	sql/src/test/BugTracker-2010/Tests/limit_in_prepare.Bug-2552.stable.err
> 	sql/src/test/BugTracker-2010/Tests/limit_in_prepare.Bug-2552.stable.out
> Branch: Jun2010
> Log Message:
> 
> added test for fixed bug 2552 PREPARE: limit statement not recognised
> 
> 
> diffs (158 lines):
> 
> diff -r 1ee337e08430 -r 64acf9744dca clients/src/mapiclient/dump.c
> --- a/clients/src/mapiclient/dump.c	Fri Jul 02 08:30:13 2010 +0200
> +++ b/clients/src/mapiclient/dump.c	Fri Jul 02 08:47:25 2010 +0200
>  <at>  <at>  -911,7 +911,7  <at>  <at> 
>  	const char functions[] = "SELECT \"f\".\"func\" "
>  		"FROM \"sys\".\"schemas\" \"s\","
>  		     "\"sys\".\"functions\" \"f\" "
> -		"WHERE \"f\".\"sql\" = TRUE AND "
> +		"WHERE \"f\".\"id\" > 2000 AND "

Was this an intended commit?

(Continue reading)

Sjoerd Mullender | 2 Jul 2010 10:04
Picon
Favicon

Re: MonetDB: Jun2010 - added test for fixed bug 2552 PREPARE: limit ...

On 2010-07-02 09:18, Fabian Groffen wrote:
> (I also have problems with 'hg commit' doing a global commit instead of
> only the subtree from where you commit ...)

As I already mentioned to Niels privately, perhaps the "record"
extension can be of use here.  Just use hg record instead of hg commit
and specify interactively which changes you want to commit.

--

-- 
Sjoerd Mullender

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@...
https://lists.sourceforge.net/lists/listinfo/monetdb-developers
Stefan Manegold | 6 Jul 2010 08:07
Picon
Picon
Favicon

Re: MonetDB: Jun2010 - undo of changeset 36556:2b71eda5b9e9 "re-appr...

On Tue, Jul 06, 2010 at 08:00:58AM +0200, Stefan Manegold wrote:
> Changeset: 81cd1d637c34 for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=81cd1d637c34
> Modified Files:
> 	sql/src/test/leaks/Tests/check0.stable.out
> 	sql/src/test/leaks/Tests/check1.stable.out
> 	sql/src/test/leaks/Tests/check2.stable.out
> 	sql/src/test/leaks/Tests/check3.stable.out
> 	sql/src/test/leaks/Tests/check4.stable.out
> 	sql/src/test/leaks/Tests/check5.stable.out
> 	sql/src/test/leaks/Tests/drop3.stable.out
> 	sql/src/test/leaks/Tests/select1.stable.out
> 	sql/src/test/leaks/Tests/select2.stable.out
> 	sql/src/test/leaks/Tests/temp1.stable.out
> 	sql/src/test/leaks/Tests/temp2.stable.out
> 	sql/src/test/leaks/Tests/temp3.stable.out
> Branch: Jun2010
> Log Message:
> 
> undo of changeset 36556:2b71eda5b9e9 "re-approved stable output --- hope this is OK and not a leak ..."
> 
> for a yet unknown reason, tests seem to behave differently with my Jun2010 build
> than with nightly testing ans Niels' build ...
> 

The reason turned out to be a compiled & installed geom,
which is nowadays of course loaded automatically if available ...

Might indeed be more MonetDB5 & sql tests that behave differently depending
on whether geom is available or not, and likewise MonetDB5 tests that behave
(Continue reading)

Stefan Manegold | 6 Jul 2010 15:56
Picon
Picon
Favicon

Re: MonetDB: Feb2010 - Various small bugfixes (in pf property infere...

Jan,

are this checkin to the Feb2010 branch (changeset 1e2808a8e416) and your
other checkin to the Jun2010 branch (changeset cc8b3ce4c30a) meant for these
branches, only, or should they also be propagated to (merged into) the
Jun2010 branch (changeset 1e2808a8e416) and default branch (both
changesets).

In either case, do you take care of the respective merges (both doing and
preventing the propagation require merging the heads) yourself, or do you
prefer us to do them?

Thanks!

Stefan

On Tue, Jul 06, 2010 at 03:32:22PM +0200, Jan Rittinger wrote:
> Changeset: 1e2808a8e416 for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1e2808a8e416
> Modified Files:
> 	pathfinder/compiler/algebra/opt/opt_complex.c
> 	pathfinder/compiler/algebra/prop/prop_dom.c
> 	pathfinder/compiler/sql/lalg2sql.brg
> Branch: Feb2010
> Log Message:
> 
> Various small bugfixes (in pf property inference, optimizations & SQL code generation).
> 
> 
> diffs (63 lines):
(Continue reading)

Mark Bucciarelli | 6 Jul 2010 20:57
Picon

core file on assertion violation?

Hi,

I'm debugging an assertion failure I'm seeing w/ Feb2010:

   rel_optimizer.c:3039:
   find_index: Assertion `list_length(exps) == list_length(es)' failed.

But I can't find the core file.  Shouldn't there be one?

Running a small C program that calls abort() as the merovingian
user does create a core file.

Thanks,

m

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
Fabian Groffen | 6 Jul 2010 22:44
Picon
Picon
Favicon

Re: core file on assertion violation?

On 06-07-2010 14:57:45 -0400, Mark Bucciarelli wrote:
> Hi,
> 
> I'm debugging an assertion failure I'm seeing w/ Feb2010:
> 
>    rel_optimizer.c:3039:
>    find_index: Assertion `list_length(exps) == list_length(es)' failed.
> 
> But I can't find the core file.  Shouldn't there be one?

depends on your core-size setting
(core file size, coredumpsize in ulimit/limit, see ulimit -a or limit)

> Running a small C program that calls abort() as the merovingian
> user does create a core file.

then you probably limit your coredumpsize to 0 in you .shellrc file

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
Jens Teubner | 8 Jul 2010 10:06
Picon

Re: [MonetDB-users] Announcement: New Jun2010 feature release of MonetDB suite

On Fri, Jul 2, 2010 at 10:43 PM, Sjoerd Mullender <sjoerd@...> wrote:

> We have decided to retract the Jun2010 release.

Sjoerd,

it seems like the June2010 release has been removed from the download
site, but no older release has been put there as a replacement.
Currently, there seem to be no binary packages available for download.

I think it would be a good idea in general to keep older releases around
on the download site.  There might be reasons why one wants to download
one particular outdated release, and I don't think you're that tight on
storage space that you have to delete old releases.

Warm regards,

Jens

--

-- 
Jens Teubner, jens.teubner@...

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
Fabian Groffen | 8 Jul 2010 10:13
Picon
Picon
Favicon

Re: [MonetDB-users] Announcement: New Jun2010 feature release of MonetDB suite

On 08-07-2010 10:06:41 +0200, Jens Teubner wrote:
> it seems like the June2010 release has been removed from the download
> site, but no older release has been put there as a replacement.
> Currently, there seem to be no binary packages available for download.
> 
> I think it would be a good idea in general to keep older releases around
> on the download site.  There might be reasons why one wants to download
> one particular outdated release, and I don't think you're that tight on
> storage space that you have to delete old releases.

Why isn't http://dev.monetdb.org/downloads/ sufficient for you?  You can
find all releases back to 2007 there.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
Sjoerd Mullender | 8 Jul 2010 10:16
Picon
Favicon

Re: [MonetDB-users] Announcement: New Jun2010 feature release of MonetDB suite

On 2010-07-08 10:06, Jens Teubner wrote:
> On Fri, Jul 2, 2010 at 10:43 PM, Sjoerd Mullender <sjoerd@...> wrote:
> 
>> We have decided to retract the Jun2010 release.
> 
> Sjoerd,
> 
> it seems like the June2010 release has been removed from the download
> site, but no older release has been put there as a replacement.
> Currently, there seem to be no binary packages available for download.

This is only true for Debian/Ubuntu.  The Fedora and Windows binaries
are there.  I'll put the Feb2010-SP2 packages back.

> I think it would be a good idea in general to keep older releases around
> on the download site.  There might be reasons why one wants to download
> one particular outdated release, and I don't think you're that tight on
> storage space that you have to delete old releases.

The reason this isn't done is that the Debian/Ubuntu tools do not
cooperate (or perhaps it is my lack of understanding and willingness to
learn).  When I install a new package, the old version is automatically
removed by the tools.  I don't do it on purpose.

--

-- 
Sjoerd Mullender

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
(Continue reading)


Gmane