Changeset: 9e8ff0e2813e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e8ff0e2813e Modified Files: sql/storage/objectset.c Branch: nospare Log Message:
Fix too conservative rollback timestamp. diffs (12 lines): diff --git a/sql/storage/objectset.c b/sql/storage/objectset.c --- a/sql/storage/objectset.c +++ b/sql/storage/objectset.c @@ -462,7 +462,7 @@ os_cleanup(sqlstore* store, objectversio /* 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)+2; + ov->ts = store_get_timestamp(store)+1; } // not yet old enough to be safely removed. Try later. _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list