MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / Replication

Method Replication

internal/postgres/hba.go:166–169  ·  view source on GitHub ↗

Replication makes hba match physical replication connections.

()

Source from the content-addressed store, hash-verified

164
165// Replication makes hba match physical replication connections.
166func (hba *HostBasedAuthentication) Replication() *HostBasedAuthentication {
167 hba.database = "replication"
168 return hba
169}
170
171// SameNetwork makes hba match connection attempts from IP addresses in any
172// subnet to which the server is directly connected.

Callers 2

NewHBAsFunction · 0.80

Calls

no outgoing calls

Tested by 1