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

Handle TYPE_void.


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
@@ -1454,6 +1454,8 @@ get_print_width(int mtype, int eclass, i
                                } else if (mtype == TYPE_hge) {
                                        count = bat_max_hgelength(b);
 #endif
+                               } else if (mtype == TYPE_void) {
+                                       count = 4;
                                } else {
                                        assert(0);
                                }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to