Changeset: d2ae93eddd82 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/d2ae93eddd82
Modified Files:
        gdk/gdk_bat.c
Branch: Dec2023
Log Message:

Fix comment.


diffs (12 lines):

diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -861,7 +861,7 @@ COLcopy(BAT *b, int tt, bool writable, r
                return bn;
        } else {
                /* check whether we need case (4); BUN-by-BUN copy (by
-                * setting slowcopy to false) */
+                * setting slowcopy to true) */
                if (ATOMsize(tt) != ATOMsize(bi.type)) {
                        /* oops, void materialization */
                        slowcopy = true;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to