Changeset: 9a130a0c5273 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9a130a0c5273
Modified Files:
        gdk/gdk_heap.c
Branch: Jan2014
Log Message:

Fix comment.


diffs (15 lines):

diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c
--- a/gdk/gdk_heap.c
+++ b/gdk/gdk_heap.c
@@ -247,9 +247,8 @@ HEAPextend(Heap *h, size_t size, int may
                                existing = 1;
                                close(fd);
                        } else {
-                               /* no pre-existing heap file, attempt
-                                * to use a file from the cache (or
-                                * create a new one) */
+                               /* no pre-existing heap file, so
+                                * create a new one */
                                h->filename = GDKmalloc(strlen(nme) + 
strlen(ext) + 2);
                                if (h->filename == NULL) {
                                        failure = "h->storage == STORE_MEM && 
can_map && h->filename == NULL";
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to