Skip to content

Commit d0349f1

Browse files
authored
chore: fine-grained upgrade hint (#220)
* chore: upgrade instruction for every index Signed-off-by: usamoi <[email protected]> * fix: soft_version check Signed-off-by: usamoi <[email protected]> * fix: index_stat view if need upgrade Signed-off-by: usamoi <[email protected]> * fix: size info of write segment Signed-off-by: usamoi <[email protected]> --------- Signed-off-by: usamoi <[email protected]>
1 parent 3ae8ff2 commit d0349f1

35 files changed

+538
-555
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
sudo apt-get update
8888
sudo apt-get -y install libpq-dev postgresql-${{ matrix.version }} postgresql-server-dev-${{ matrix.version }}
8989
sudo apt-get -y install clang-16
90-
cargo install cargo-pgrx --git https://github.com/tensorchord/pgrx.git --rev $(cat Cargo.toml | grep "pgrx =" | awk -F'rev = "' '{print $2}' | cut -d'"' -f1)
90+
cargo install cargo-pgrx@$(grep 'pgrx = {' Cargo.toml | cut -d '"' -f 2)
9191
cargo pgrx init --pg${{ matrix.version }}=/usr/lib/postgresql/${{ matrix.version }}/bin/pg_config
9292
if [[ "${{ matrix.arch }}" == "aarch64" ]]; then
9393
sudo apt-get -y install crossbuild-essential-arm64

0 commit comments

Comments
 (0)