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

Method GetREDOWALFile

pkg/utils/parser.go:84–86  ·  view source on GitHub ↗

GetREDOWALFile returns the latest checkpoint's REDO WAL file

()

Source from the content-addressed store, hash-verified

82
83// GetREDOWALFile returns the latest checkpoint's REDO WAL file
84func (p PgControlData) GetREDOWALFile() string {
85 return p[pgControlDataKeyREDOWALFile]
86}
87
88// TryGetREDOWALFile returns the latest checkpoint's REDO WAL file
89func (p PgControlData) TryGetREDOWALFile() (string, bool) {

Callers 3

CreatePromotionTokenMethod · 0.95
generateDemotionTokenFunction · 0.80
pgArchivePartialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected