Update version to 0.18.1#2297
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to pgrx v0.18.1. This is a minor release but fixes important build problems on aarch64 Linux introduced in v0.18.0.
As always, install the cli tool with
cargo install cargo-pgrx --version 0.18.1 --lockedand make sure to update your extension's to depend on=0.18.1.What's Changed
-Wl,--no-gc-sectionsto keep.pgrxscsections on aarch64 Linux by @eeeebbbbrrrr in cargo-pgrx: inject-Wl,--no-gc-sectionsto keep.pgrxscsections on aarch64 Linux #2280rewrite/rewriteManip.hby @isdaniel in feat: include rewrite/rewriteManip.h #2295zipinstead of deprecatedzip-extractby @cbandy in Use zip instead of deprecated zip-extract #2294 (also by @Natureshadow)--valgrindflag tocargo pgrx regressby @philippemnoel in cargo-pgrx: add --valgrind flag tocargo pgrx regress#2290cargo pgrx initby @philippemnoel in cargo-pgrx: build Postgres in parallel duringcargo pgrx init#2291--lockedtocargo install --path cargo-pgrxby @philippemnoel in ci: pass--lockedtocargo install --path cargo-pgrx#2292ereport!by @gruuya in fix: don't allocate for static strings inereport!#2282cargo clippy --allow-dirty --fix -- -Wclippy::use_selfby @adamnemecek in cancargo clippy --allow-dirty --fix -- -Wclippy::use_self#2283cargo pgrx schemahow to emit just the SQL for named entities by @eeeebbbbrrrr in feature: teach cargo pgrx schema how to emit just the SQL for named entities #2293New Contributors
cargo clippy --allow-dirty --fix -- -Wclippy::use_self#2283Full Changelog: v0.18.0...v0.18.1