Changeset: 5f276d4d5158 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5f276d4d5158
Modified Files:
        gdk/gdk_batop.c
Branch: Jun2023
Log Message:

Merge with Sep2022 branch.


diffs (19 lines):

diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -1407,6 +1407,7 @@ BATappend_or_update(BAT *b, BAT *p, cons
                        }
                        mskSetVal(b, updid, Tmskval(&ni, i));
                }
+               bi = bat_iterator_nolock(b);
        } else if (autoincr) {
                if (pos < b->hseqbase ||
                    (!mayappend && pos + ni.count > hseqend)) {
@@ -1435,6 +1436,7 @@ BATappend_or_update(BAT *b, BAT *p, cons
                        bat_iterator_end(&ni);
                        return GDK_FAIL;
                }
+               bi = bat_iterator_nolock(b);
 
                /* we copy all of n, so if there are nils in n we get
                 * nils in b (and else we don't know) */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to