timescale/promscale_extension
View on GitHubUse packaged `postgres` in GitHub workflows
Open
#206 opened on Apr 27, 2022
good first issue
Repository metrics
- Stars
- (37 stars)
- PR merge metrics
- (PR metrics pending)
Description
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).