Changeset: f3e04e450e6e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f3e04e450e6e
Modified Files:
        gdk/gdk_logger.c
        gdk/gdk_logger_internals.h
Branch: default
Log Message:

merged


diffs (24 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -1074,8 +1074,6 @@ log_open_output(logger *lg)
                GDKfree(filename);
        }
        new_range->id = lg->id;
-       new_range->first_tid = lg->tid;
-       new_range->last_tid = lg->tid;
        new_range->last_ts = 0;
        new_range->next = NULL;
        if (lg->current)
diff --git a/gdk/gdk_logger_internals.h b/gdk/gdk_logger_internals.h
--- a/gdk/gdk_logger_internals.h
+++ b/gdk/gdk_logger_internals.h
@@ -15,8 +15,6 @@
 
 typedef struct logged_range_t {
        ulng id;                        /* log file id */
-       int first_tid;          /* first */
-       int last_tid;           /* last tid */
        ulng last_ts;           /* last stored timestamp */
        struct logged_range_t *next;
 } logged_range;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to