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

3 uses

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

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