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

Update comment.


diffs (21 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -19,7 +19,7 @@
 #include "bat/bat_logger.h"
 
 /* version 05.23.02 of catalog */
-#define CATALOG_VERSION 52302  /* first after Jan2022 */
+#define CATALOG_VERSION 52302  /* first in Sep2022 */
 
 static int sys_drop_table(sql_trans *tr, sql_table *t, int drop_action);
 
@@ -2263,7 +2263,7 @@ id_hash_clear_older(sql_hash *h, ulng ol
 static void
 store_pending_changes(sqlstore *store, ulng oldest)
 {
-       ulng oldest_changes = store_get_timestamp(store);       
+       ulng oldest_changes = store_get_timestamp(store);
        if (!list_empty(store->changes)) { /* lets first cleanup old stuff */
                for(node *n=store->changes->h; n; ) {
                        node *next = n->next;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to