Changeset: d98e186b9a17 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d98e186b9a17
Modified Files:
        sql/backends/monet5/sql_result.c
Branch: protocol
Log Message:

Oops.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_result.c b/sql/backends/monet5/sql_result.c
--- a/sql/backends/monet5/sql_result.c
+++ b/sql/backends/monet5/sql_result.c
@@ -2193,7 +2193,7 @@ static int mvc_export_resultset_prot10(r
                                // FIXME support other types than string
                                assert(mtype == TYPE_str);
                                assert((size_t) var_col_len[i] < bsize);
-                               if (c->type.digits > 0 && c->type.digits < 255) 
{
+                               if (c->type.digits > 0) {
                                        // varchar
                                        size_t buflen = c->type.digits * (row - 
srow);
                                        char *tmpbuf = GDKmalloc(buflen);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to