We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo pgrx init/make world-bin
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
pgrx/cargo-pgrx/src/command/init.rs
Lines 468 to 496 in 3ea09af
We are not building Postgres in parallel, any reason behind this?
The text was updated successfully, but these errors were encountered:
cargo pgrx init
No branches or pull requests
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:pgrx/cargo-pgrx/src/command/init.rs
Lines 468 to 496 in 3ea09af
We are not building Postgres in parallel, any reason behind this?
The text was updated successfully, but these errors were encountered: