GetTimeOfLatestCheckpoint returns the time of latest checkpoint
()
| 103 | |
| 104 | // GetTimeOfLatestCheckpoint returns the time of latest checkpoint |
| 105 | func (p PgControlData) GetTimeOfLatestCheckpoint() string { |
| 106 | return p[pgControlDataKeyTimeOfLatestCheckpoint] |
| 107 | } |
| 108 | |
| 109 | // GetDatabaseClusterState returns the status of the latest primary that ran on this data directory |
| 110 | func (p PgControlData) GetDatabaseClusterState() string { |
no outgoing calls
no test coverage detected