From 9de445526113aecd35eac133fe122222040cd847 Mon Sep 17 00:00:00 2001 From: Smitty Date: Wed, 14 Sep 2022 16:46:24 -0400 Subject: [PATCH] Document requirement for compiler to match --- cargo-pgx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cargo-pgx/README.md b/cargo-pgx/README.md index 73f4009ca4..aeb5566a2a 100644 --- a/cargo-pgx/README.md +++ b/cargo-pgx/README.md @@ -14,7 +14,7 @@ Install via crates.io: $ cargo install --locked cargo-pgx ``` -As new versions of `pgx` are released, you'll want to make sure you run this command again to update it. +As new versions of `pgx` are released, you'll want to make sure you run this command again to update it. You should also reinstall `cargo-pgx` whenever you update `rustc` so that the same compiler is used to build `cargo-pgx` and your Postgres extensions. You can force `cargo` to reinstall an existing crate by passing `--force`. ## Usage