Changeset: 726f08a3cbf0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=726f08a3cbf0
Modified Files:
        sql/backends/monet5/sql_bincopyfrom.c
Branch: copybinary
Log Message:

How many attempts do I need to fix a simple warning?


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_bincopyfrom.c 
b/sql/backends/monet5/sql_bincopyfrom.c
--- a/sql/backends/monet5/sql_bincopyfrom.c
+++ b/sql/backends/monet5/sql_bincopyfrom.c
@@ -474,7 +474,7 @@ load_column(struct type_rec *rec, const 
 
        if (msg == MAL_SUCCEED && rows_estimate != 0 && rows_estimate != 
rows_added)
                bailout(
-                       "inconsistent row count in %s: expected "LLFMT", got 
"BUNFMT,
+                       "inconsistent row count in %s: expected "BUNFMT", got 
"BUNFMT,
                        name,
                        rows_estimate, rows_added);
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to