Changeset: a4bbe1225348 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a4bbe1225348
Modified Files:
        sql/storage/bat/bat_logger.c
Branch: out2in
Log Message:

Use correct column number.


diffs (12 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
@@ -858,7 +858,7 @@ bl_postversion(void *lg)
                           "table_id", &tid,
                           "default", str_nil,
                           "null", &((const bit) {TRUE}),
-                          "number", &((const int) {10}),
+                          "number", &((const int) {11}),
                           "storage", str_nil,
                           NULL) != GDK_SUCCEED)
                        return GDK_FAIL;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to