Changeset: 2d5e1927749d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2d5e1927749d
Modified Files:
sql/storage/objectset.c
Branch: default
Log Message:
Remove unreachable code.
diffs (17 lines):
diff --git a/sql/storage/objectset.c b/sql/storage/objectset.c
--- a/sql/storage/objectset.c
+++ b/sql/storage/objectset.c
@@ -558,13 +558,6 @@ os_cleanup(sqlstore* store, objectversio
return LOG_ERR;
}
- if (ov->ts > TRANSACTION_ID_BASE) {
- /* We mark it with the latest possible starttime and
reinsert it into the cleanup list.
- * This will cause a safe eventual destruction of this
rollbacked ov.
- */
- ov->ts = store_get_timestamp(store)+1;
- }
-
// not yet old enough to be safely removed. Try later.
return LOG_OK;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]