Changeset: 786c718b48c6 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=786c718b48c6 Modified Files: sql/backends/monet5/sql.c Branch: mosaic Log Message:
compilation error diffs (14 lines): diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c --- a/sql/backends/monet5/sql.c +++ b/sql/backends/monet5/sql.c @@ -4084,9 +4084,9 @@ sql_storage(Client cntxt, MalBlkPtr mb, if (sch == NULL || tab == NULL || col == NULL || type == NULL || mode == NULL || loc == NULL || imprints == NULL || sort == NULL || cnt == NULL || atom == NULL || size == NULL || heap == NULL || indices == NULL || phash == NULL || revsort == NULL || key == NULL || oidx == NULL || compressed == NULL) { - goto bailout; if (compressed) BBPunfix(compressed->batCacheid); + goto bailout; } if( pci->argc - pci->retc >= 1) sname = *getArgReference_str(stk, pci, pci->retc); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list