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

la_bat_destroy: continue processing log if bat was destroy/cleaned up already


diffs (12 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -750,7 +750,7 @@ la_bat_destroy(logger *lg, logaction *la
 
        if (!bid) {
                GDKerror("la_bat_destroy failed to find bid for object %d\n", 
la->cid);
-               return GDK_FAIL;
+               return GDK_SUCCEED;
        }
        if (logger_del_bat(lg, bid) != GDK_SUCCEED)
                return GDK_FAIL;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to