Open SteveLauC opened 1 month ago
Hi, I just initialized this tool on one of my Linux machines, cargo pgrx init --pg17 download takes roughly 3 minutes, looking at the source code:
cargo pgrx init --pg17 download
https://github.com/pgcentralfoundation/pgrx/blob/3ea09af490c2063460a36b7c611f661230f89fc2/cargo-pgrx/src/command/init.rs#L468-L496
We are not building Postgres in parallel, any reason behind this?
Hi, I just initialized this tool on one of my Linux machines,
cargo pgrx init --pg17 download
takes roughly 3 minutes, looking at the source code:https://github.com/pgcentralfoundation/pgrx/blob/3ea09af490c2063460a36b7c611f661230f89fc2/cargo-pgrx/src/command/init.rs#L468-L496
We are not building Postgres in parallel, any reason behind this?