Skip to content

Commit

Permalink
Fix choosing pgrx/pgx
Browse files Browse the repository at this point in the history
  • Loading branch information
graveland committed Nov 14, 2024
1 parent 7efff88 commit cd9bba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ available_pg_versions() {

cargo_pgrx_cmd() {
local pgrx_version="$1"
if [[ "$pgrx_version" =~ ^0\.[0-7]\.* ]]; then echo "pgx"; else echo "pgrx"; fi
if [[ "$pgrx_version" =~ ^0\.[0-7]\. ]]; then echo "pgx"; else echo "pgrx"; fi
}

cargo_pgrx_init() {
Expand Down

0 comments on commit cd9bba3

Please sign in to comment.