Changeset: 8acc8692b2c2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8acc8692b2c2
Modified Files:
        gdk/gdk_heap.c
Branch: in-memory
Log Message:

Merge fix.


diffs (12 lines):

diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c
--- a/gdk/gdk_heap.c
+++ b/gdk/gdk_heap.c
@@ -274,7 +274,7 @@ HEAPextend(Heap *h, size_t size, bool ma
                        fd = GDKfdlocate(h->farmid, nme, "wb", ext);
                        if (fd >= 0) {
                                close(fd);
-                               h->storage = h->newstorage == STORE_MMAP && 
existing && !h->forcemap && !mayshare ? STORE_PRIV : h->newstorage;
+                               h->storage = h->newstorage == STORE_MMAP && 
existing && !mayshare ? STORE_PRIV : h->newstorage;
                                /* make sure we really MMAP */
                                if (must_mmap && h->newstorage == STORE_MEM)
                                        h->storage = STORE_MMAP;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to