Factor out "build" code from pgrx-pg-config #1451
Labels
build-sys
Regarding the "build system" of pgrx which is split between cargo-pgrx, pg-sys, and sql-entity-graph
cargo-pgrx
test-support
pgrx-pg-config is better off being solely responsible for interacting with the
pg_config
binary, but it contains logic used in two other places, that doesn't really have anything to do with interacting withpg_config
, likecreatedb
(used in cargo-pgrx and pgrx-tests).This has a few problems:
createdb
specifically, it does apply to the code invoking createdb...The text was updated successfully, but these errors were encountered: