mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-07 14:10:43 +00:00
LayerResidenceStats: docs + distinct constructors for created=false,true
This commit is contained in:
committed by
Christian Schwarz
parent
0850d28059
commit
2e676fba96
@@ -258,7 +258,7 @@ pub struct LayerAccessStatFullDetails {
|
||||
pub enum LayerResidenceStatus {
|
||||
Resident {
|
||||
timestamp_millis_since_epoch: u128,
|
||||
creating: bool,
|
||||
created: bool,
|
||||
},
|
||||
Evicted {
|
||||
timestamp_millis_since_epoch: u128,
|
||||
|
||||
Reference in New Issue
Block a user