MonetDB: Feb2013 - Some cleanup.

2013-07-22 Thread Sjoerd Mullender
Changeset: 3ce640fac9fc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3ce640fac9fc Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Some cleanup. - Don't double free bak.filename (only happened when extending failed). - storage is STORE_MEM, no need to ke

MonetDB: Feb2013 - Fix for one of the problems in bug 3323.

2013-07-22 Thread Sjoerd Mullender
Changeset: 3b88af94c574 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3b88af94c574 Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Fix for one of the problems in bug 3323. Allocate a heap from the heap cache when extending a heap from memory to memory ma

MonetDB: Feb2013 - Fix changeset 2457eaebd275: don't use still u...

2013-07-22 Thread Sjoerd Mullender
Changeset: c1b418720dfc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c1b418720dfc Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Fix changeset 2457eaebd275: don't use still unset hc.sz. diffs (12 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c

MonetDB: default - Merge with Feb2013 branch.

2013-07-22 Thread Sjoerd Mullender
Changeset: c0225825dbfd for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c0225825dbfd Modified Files: gdk/gdk.h gdk/gdk_heap.c Branch: default Log Message: Merge with Feb2013 branch. diffs (234 lines): diff --git a/gdk/gdk.h b/gdk/gdk.h --- a/gdk/gdk.h +++ b

MonetDB: Feb2013 - Add some error checking.

2013-07-22 Thread Sjoerd Mullender
Changeset: 2457eaebd275 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2457eaebd275 Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Add some error checking. diffs (17 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/gdk/g

MonetDB: Feb2013 - No need to dynamically allocate the heap cach...

2013-07-22 Thread Sjoerd Mullender
Changeset: 150f3d17a2ef for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=150f3d17a2ef Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: No need to dynamically allocate the heap cache structure. diffs (133 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.

MonetDB: Feb2013 - Fix for one of the problems in bug 3323.

2013-07-22 Thread Sjoerd Mullender
Changeset: 93b8c8c0dee0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=93b8c8c0dee0 Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Fix for one of the problems in bug 3323. When the code decided to use a pre-existing memory map, and the map needed to be e

MonetDB: Feb2013 - Pointers are not Booleans.

2013-07-22 Thread Sjoerd Mullender
Changeset: 665396a89fd1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=665396a89fd1 Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Pointers are not Booleans. diffs (12 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/gdk

MonetDB: Feb2013 - Fix for one of the problems in bug 3323.

2013-07-22 Thread Sjoerd Mullender
Changeset: dee4d23f51ab for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dee4d23f51ab Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Fix for one of the problems in bug 3323. Once the heap cache was full, it was never used anymore. When we want to find a c

MonetDB: Feb2013 - Fix for one of the problems in bug 3323.

2013-07-22 Thread Sjoerd Mullender
Changeset: 610572053204 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=610572053204 Modified Files: gdk/gdk_heap.c Branch: Feb2013 Log Message: Fix for one of the problems in bug 3323. When going through the heap cache and the first heap is smaller than requested, we