Changeset: 6d19e10f02ff for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6d19e10f02ff
Modified Files:
        sql/storage/store.c
Branch: Dec2025
Log Message:

No need to print information twice.


diffs (12 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -7867,8 +7867,6 @@ store_printinfo(sqlstore *store)
        }
        printf("WAL:\n");
        printf("SQL store oldest pending "ULLFMT"\n", store->oldest_pending);
-       size_t sz = ma_size(store->sa);
-       printf("SQL store allocator: %zu%s\n", sz, humansize(sz, (char[24]){0}, 
24));
        log_printinfo(store->logger);
        MT_lock_unset(&store->commit);
 }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to