timescale/promscale_extension

Use packaged `postgres` in GitHub workflows

Open

#206 opened on Apr 27, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)PLpgSQL (19 forks)auto 404
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).

Contributor guide