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

Merge with default branch.


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
@@ -2293,7 +2293,7 @@ do_flush_range_cleanup(logger *lg)
                        TRC_INFO(WAL, "closing output log %s", 
mnstr_name(frange->output_log));
                        close_stream(frange->output_log);
                        frange->output_log = NULL;
-                       ATOMIC_INC(&lg->nr_open_files);
+                       ATOMIC_DEC(&lg->nr_open_files);
                }
        }
        return flast;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to