MCPcopy Create free account
hub / github.com/cloudnative-pg/cloudnative-pg / GetTimeOfLatestCheckpoint

Method GetTimeOfLatestCheckpoint

pkg/utils/parser.go:105–107  ·  view source on GitHub ↗

GetTimeOfLatestCheckpoint returns the time of latest checkpoint

()

Source from the content-addressed store, hash-verified

103
104// GetTimeOfLatestCheckpoint returns the time of latest checkpoint
105func (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
110func (p PgControlData) GetDatabaseClusterState() string {

Callers 1

CreatePromotionTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected