upgrade to pg18

This commit is contained in:
2025-11-18 18:55:39 -05:00
parent 0f912c12b2
commit 54c34b2848
2 changed files with 2 additions and 2 deletions

2
flow
View File

@ -8,7 +8,7 @@ source ./flows/packaging
source ./flows/rust
# Vars
POSTGRES_VERSION="17"
POSTGRES_VERSION="18"
POSTGRES_CONFIG_PATH="/opt/homebrew/opt/postgresql@${POSTGRES_VERSION}/bin/pg_config"
DEPENDENCIES+=(icu4c pkg-config "postgresql@${POSTGRES_VERSION}")
CARGO_DEPENDENCIES=(cargo-pgrx==0.16.1)