MonetDB: Mar2018 - Update comment.

2018-03-23 Thread Sjoerd Mullender
Changeset: ca4500956cad for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ca4500956cad
Modified Files:
gdk/gdk_cand.h
Branch: Mar2018
Log Message:

Update comment.


diffs (15 lines):

diff --git a/gdk/gdk_cand.h b/gdk/gdk_cand.h
--- a/gdk/gdk_cand.h
+++ b/gdk/gdk_cand.h
@@ -11,9 +11,8 @@
  * and s (the candidate list).  Start and end are the start and end
  * BUNs of b that need to be considered.  They are relative to the
  * start of the heap.  Cand and candend point into the candidate list,
- * if present.  Note that if the tail of the candidate list is dense,
- * cand and candend are set to NULL and start and end are adjusted
- * instead. */
+ * if present.  Note that if the candidate list is dense, cand and
+ * candend are set to NULL and start and end are adjusted instead. */
 #define CANDINIT(b, s, start, end, cnt, cand, candend) \
do {\
start = 0;  \
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: Mar2018 - Update comment.

2018-02-23 Thread Sjoerd Mullender
Changeset: 14bc497def6b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14bc497def6b
Modified Files:
gdk/gdk_project.c
Branch: Mar2018
Log Message:

Update comment.


diffs (21 lines):

diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c
--- a/gdk/gdk_project.c
+++ b/gdk/gdk_project.c
@@ -400,14 +400,15 @@ BATproject(BAT *l, BAT *r)
 
 /* Calculate a chain of BATproject calls.
  * The argument is a NULL-terminated array of BAT pointers.
- * This function is equivalent to a sequence of calls
+ * This function is equivalent (apart from reference counting) to a
+ * sequence of calls
  * bn = BATproject(bats[0], bats[1]);
  * bn = BATproject(bn, bats[2]);
  * ...
  * bn = BATproject(bn, bats[n-1]);
  * return bn;
  * where none of the intermediates are actually produced (and bats[n]==NULL).
- * Note that all BATs except the last must be oid/void tailed.
+ * Note that all BATs except the last must have type oid/void.
  */
 BAT *
 BATprojectchain(BAT **bats)
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list