Changeset: 6fb616294841 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6fb616294841
Modified Files:
        gdk/gdk_bbp.c
Branch: Jul2021
Log Message:

Add ifdef.


diffs (13 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -3662,7 +3662,9 @@ BBPsync(int cnt, bat *restrict subcommit
                                HEAPincref(bi.h);
                                if (bi.vh)
                                        HEAPincref(bi.vh);
+#ifndef NDEBUG
                                bi.locked = true;
+#endif
                                const ValRecord *prop;
                                prop = BATgetprop_nolock(bi.b, GDK_MIN_POS);
                                if (prop)
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to