Changeset: 045a9013d4dd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=045a9013d4dd
Modified Files:
        buildtools/ChangeLog.Jul2017
        gdk/gdk_project.c
Branch: Mar2018
Log Message:

Merge with Jul2017 branch.


diffs (26 lines):

diff --git a/buildtools/ChangeLog.Jul2017 b/buildtools/ChangeLog.Jul2017
--- a/buildtools/ChangeLog.Jul2017
+++ b/buildtools/ChangeLog.Jul2017
@@ -1,3 +1,7 @@
 # ChangeLog file for buildtools
 # This file is updated with Maddlog
 
+* Mon Feb 12 2018 Sjoerd Mullender <sjo...@acm.org>
+- Added the .pdb files needed for debug symbols to the Windows installer
+  for MonetDB/SQL.
+
diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c
--- a/gdk/gdk_project.c
+++ b/gdk/gdk_project.c
@@ -226,9 +226,10 @@ BATproject(BAT *l, BAT *r)
                                  bn->tkey ? "-key" : "");
                return bn;
        }
+       /* if l has type void, it is either empty or not dense (i.e. nil) */
        if (l->ttype == TYPE_void || BATcount(l) == 0 ||
            (r->ttype == TYPE_void && is_oid_nil(r->tseqbase))) {
-               /* trivial: all values are nil */
+               /* trivial: all values are nil (includes no entries at all) */
                const void *nil = ATOMnilptr(r->ttype);
 
                bn = BATconstant(l->hseqbase, r->ttype == TYPE_oid ? TYPE_void 
: r->ttype,
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to