github.com/jackc/pgconn.Config.Copy (method)

2 uses

	github.com/jackc/pgconn (current package)
		config.go#L67: func (c *Config) Copy() *Config {

	github.com/jackc/pgx/v4
		conn.go#L49: 	newConfig.Config = *newConfig.Config.Copy()