You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: change NewExpireSnapshots to return unique_ptr
Change Table::NewExpireSnapshots() and Transaction::NewExpireSnapshots()
to return std::unique_ptr instead of std::shared_ptr for consistency
with other factory methods (NewScan, NewTransaction) that create new
objects with exclusive ownership transfer to the caller.
0 commit comments