func github.com/jackc/pgx/v5/pgxpool.NewWithConfig

3 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L216: 	return NewWithConfig(ctx, config)
		pool.go#L220: func NewWithConfig(ctx context.Context, config *Config) (*Pool, error) {

	go.pact.im/x/pgxprocess
		pool.go#L22: 	pool, err := pgxpool.NewWithConfig(ctx, p.Config)