Changeset: 657fed6e9088 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=657fed6e9088
Modified Files:
        gdk/gdk_join.c
        gdk/gdk_utils.c
Branch: Jun2020
Log Message:

Fix up some messages.


diffs (23 lines):

diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c
--- a/gdk/gdk_join.c
+++ b/gdk/gdk_join.c
@@ -2578,7 +2578,7 @@ hashjoin(BAT **r1p, BAT **r2p, BAT *l, B
                hash_cand = true;
        } else {
                /* we need to create a hash on r */
-               TRC_DEBUG(ALGO, ALGOBATFMT "): creating hash%s\n",
+               TRC_DEBUG(ALGO, ALGOBATFMT ": creating hash%s\n",
                          ALGOBATPAR(r),
                          swapped ? " (swapped)" : "");
                if (BAThash(r) != GDK_SUCCEED)
diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -1882,6 +1882,7 @@ GDKmalloc_internal(size_t size)
                MT_lock_unset(&mallocsuccesslock);
        }
        if (GDK_malloc_success_count == 0) {
+               GDKerror("allocation failed because of testing limit\n");
                return NULL;
        }
 #endif
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to