pgx requires that the compiler used to compile cargo-pgx is the same compiler used to compile extension crates (#687 (comment)), but doesn't verify that requirement in cargo-pgx. It should.
This requirement is not made obvious to users and results in user confusion since a compiler mismatch can result in weird segfaults and errors.
pgx requires that the compiler used to compile
cargo-pgxis the same compiler used to compile extension crates (#687 (comment)), but doesn't verify that requirement incargo-pgx. It should.This requirement is not made obvious to users and results in user confusion since a compiler mismatch can result in weird segfaults and errors.