Changeset: 91cde5cab0a5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/91cde5cab0a5
Branch: Dec2023
Log Message:
merged
diffs (12 lines):
diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -3903,7 +3903,7 @@ BBPbackup(BAT *b, bool subcommit)
return GDK_SUCCEED;
}
assert(b->theap->parentid == b->batCacheid);
- if (b->oldtail) {
+ if (b->oldtail && b->oldtail != (Heap *) 1) {
bi.h = b->oldtail;
bi.hdirty = b->oldtail->dirty;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]