Changeset: 2b2b9fec9efa for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2b2b9fec9efa
Modified Files:
        gdk/gdk_logger.c
Branch: pax-log
Log Message:

Update TODO.


diffs (14 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -2993,7 +2993,9 @@ log_tcommit(logger *lg, ulng commit_ts, 
        if (lg->debug & 1)
                fprintf(stderr, "#log_tcommit " LLFMT "\n", commit_ts);
 
-       // TODO: check commit queue number
+       /* TODO: check if commit_ts can be used to retrieve commit_queue_number.
+        * advantage would be that the log_tcommit does not have to pass
+        * a logger implementation detail like commit_queue_number.*/
 
        lg->end++; // TODO check whether or not this should be done in light of 
log_activate
        if (LOG_DISABLED(lg)) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to