Changeset: 2dd76a7b6440 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2dd76a7b6440
Modified Files:
gdk/gdk_bbp.c
Branch: leftmart
Log Message:
merge with default
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
@@ -2608,7 +2608,7 @@ decref(bat i, int logical, int releaseSh
if (sec > BBPLASTUSED(BBP_lastused(i)))
BBP_lastused(i) = sec;
- } else if (b && (BBP_status(i) & BBPTMP)) {
+ } else if (b || (BBP_status(i) & BBPTMP)) {
/* bat will be unloaded now. set the UNLOADING bit
* while locked so no other thread thinks it's
* available anymore */
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list