Changeset: 55e48b15eb2c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/55e48b15eb2c
Modified Files:
sql/test/sys-schema/Tests/webExamplesDateTimeFunctionsOperators.test
Branch: logfix
Log Message:
merged with jun2023
diffs (12 lines):
diff --git a/gdk/gdk_strimps.c b/gdk/gdk_strimps.c
--- a/gdk/gdk_strimps.c
+++ b/gdk/gdk_strimps.c
@@ -983,6 +983,8 @@ STRMPdestroy(BAT *b)
BATDIR,
BBP_physical(b->batCacheid),
"tstrimps");
+ } else if (b->tstrimps == (Strimps *)2) {
+ b->tstrimps = NULL;
} else if (b->tstrimps != NULL) {
STRMPdecref(b->tstrimps, b->tstrimps->strimps.parentid
== b->batCacheid);
b->tstrimps = NULL;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]