Changeset: e791d61789ea for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e791d61789ea
Modified Files:
        gdk/gdk_logger.c
Branch: Dec2023
Log Message:

Patch went wrong.


diffs (14 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -804,10 +804,6 @@ la_bat_create(logger *lg, logaction *la,
        /* formerly head column type, should be void */
        if ((b = COLnew(0, la->tt, BATSIZE, PERSISTENT)) == NULL)
                return GDK_FAIL;
-       /* file size of 2 means only endian indicator present
-        * (i.e. effectively empty) */
-       if (current_file_size <= 2)
-               return GDK_SUCCEED;
 
        if (la->tt < 0)
                BATtseqbase(b, 0);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to