cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu
MIT License
4.12k stars 1.81k forks source link

feat(todo): change raw pointer to unique pointer for member variables in bustub_instance.h #589

Closed xzhseh closed 1 year ago

xzhseh commented 1 year ago

This PR resolves the corresponding todo, and since recovery test is currently disabled, it's okay to change from raw pointer to unique pointer.