Changeset: e8f2daf36bf7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e8f2daf36bf7
Modified Files:
        gdk/gdk_logger.c
Branch: Jul2021
Log Message:

Make clear (or try to) that we ignore this error, and clear the error flag.


diffs (13 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -749,7 +749,8 @@ la_bat_destroy(logger *lg, logaction *la
        log_bid bid = internal_find_bat(lg, la->cid, tid);
 
        if (!bid) {
-               GDKerror("la_bat_destroy failed to find bid for object %d\n", 
la->cid);
+               GDKerror("la_bat_destroy failed to find bid for object %d 
(issue ignored)\n", la->cid);
+               GDKclrerr();
                return GDK_SUCCEED;
        }
        if (logger_del_bat(lg, bid) != GDK_SUCCEED)
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to