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

range went up with 2 check columns


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
@@ -76,7 +76,7 @@ store_oldest_pending(sqlstore *store)
 static inline bool
 instore(sqlid id)
 {
-       if (id >= 2000 && id <= 2164)
+       if (id >= 2000 && id <= 2166)
                return true;
        return false;
 }
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to