diff --git a/src/storage/page.h b/src/storage/page.h index 0d48cf0d869b9cf9193fb3966c53b3fedd48730b..ad0238adde63cba45f48710787ed40049e212170 100644 --- a/src/storage/page.h +++ b/src/storage/page.h @@ -86,5 +86,5 @@ class Page { bool is_dirty_ = false; /** The pin count of this page. */ - std::atomic<int> pin_count_ = 0; + int pin_count_ = 0; }; \ No newline at end of file