Changeset: 2a1a3c00521a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2a1a3c00521a
Modified Files:
        gdk/gdk_bbp.c
Branch: multi-cachelock
Log Message:

fixed BBPextend call


diffs (12 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -2437,7 +2437,7 @@ maybeextend(Thread t) {
        /* if the common pool has no more space, extend it */
        if (size + FREE_LIST_CHUNK_SIZE > BBPlimit) {
                /* extend the common pool */
-               gdk_return r = BBPextend(true, size + FREE_LIST_CHUNK_SIZE);
+               gdk_return r = BBPextend(size + FREE_LIST_CHUNK_SIZE);
                if (r != GDK_SUCCEED) {
                        MT_lock_unset(&GDKcacheLock);
                        return GDK_FAIL;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to