Changeset: 733cd446aca6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=733cd446aca6
Modified Files:
        gdk/gdk_posix.c
Branch: default
Log Message:

Merge with Feb2013 branch.


diffs (12 lines):

diff --git a/gdk/gdk_posix.c b/gdk/gdk_posix.c
--- a/gdk/gdk_posix.c
+++ b/gdk/gdk_posix.c
@@ -774,6 +774,8 @@ MT_mremap(const char *path, int mode, vo
 
        if (old_size >= new_size)
                return old_address;     /* don't bother shrinking */
+       if (GDKextend(path, new_size) < 0)
+               return NULL;
        if (path && !(mode & MMAP_COPY))
                MT_munmap(old_address, old_size);
        p = MT_mmap(path, mode, new_size);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to