good first issue
仓库指标
- Star
- (37 star)
- PR 合并指标
- (PR 指标待抓取)
描述
We use cargo pgx init --pg<version> download in some github workflows. This downloads and compiles postgres. It may be a lot faster to use the OS-packaged version of postgres instead, and then initialise pgx with cargo pgx init --pg<version> $(which pg_config).