Changeset: f2f8f97a8e28 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f2f8f97a8e28
Modified Files:
        sql/storage/bat/bat_logger.c
        sql/storage/store.c
Branch: check
Log Message:

add new catalog version


diffs (25 lines):

diff --git a/sql/storage/bat/bat_logger.c b/sql/storage/bat/bat_logger.c
--- a/sql/storage/bat/bat_logger.c
+++ b/sql/storage/bat/bat_logger.c
@@ -24,6 +24,7 @@
 #define CATALOG_JUL2021 52300  /* first in Jul2021 */
 #define CATALOG_JAN2022 52301  /* first in Jan2022 */
 #define CATALOG_SEP2022 52302  /* first in Sep2022 */
+#define CATALOG_FIRST_AFTER_DEC2023 52303      /* first after Dec2023 */
 
 /* Note, CATALOG version 52300 is the first one where the basic system
  * tables (the ones created in store.c) have fixed and unchangeable
diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -22,8 +22,8 @@
 #include "bat/bat_table.h"
 #include "bat/bat_logger.h"
 
-/* version 05.23.02 of catalog */
-#define CATALOG_VERSION 52303  /* first after Dec2023 */
+/* version 05.23.03 of catalog */
+#define CATALOG_VERSION 52304  /* second after Dec2023 */
 
 ulng
 store_function_counter(sqlstore *store)
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to