You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE! copy explicitly any pgx-linker-script.sh from examples to .cargo - otherwise cannot build
NOTE! it's required to switch local dependencies to relative paths ../pgx/pgx and so one - otherwise pg_binary_magic() - or you should install all crates locally
NOTE! you MUST to launch cargo pgx schema before any other cargo ... otherwise sql_generator will not be created and any build fails
After this things - it's start to build from develop
develop
cargo install --path cargo-pgx
cargo pgx init
Trying to build any extension that works well with published 0.1.22:
it fails while no bin sql-generator for
cargo build --bin sql-generator
what i have missed?
The text was updated successfully, but these errors were encountered: