Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudnative-pg/postgres-extensions-containers
/ Config
Struct
Config
dagger/maintenance/parse.go:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
if
c := cmp.Compare(a.Distribution, b.Distribution); c != 0 {
98
return
c
99
}
100
return
cmp.Compare(a.MajorVersion, b.MajorVersion)
101
})
102
103
return
&matrix
104
}
105
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected