Skip to content

Update Rust crate pgrx to 0.17.0#11

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pgrx-0.x
Open

Update Rust crate pgrx to 0.17.0#11
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pgrx-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Type Update Change
pgrx dependencies minor 0.16.00.17.0

Release Notes

pgcentralfoundation/pgrx (pgrx)

v0.17.0

Compare Source

Welcome to pgrx v0.17.0. This is a new minor release that brings a bunch
of internal code refactoring, cleanup, new Postgres headers, and
additional cargo-pgrx regress CLI options.

As always, please install the latest cargo-pgrx with cargo install cargo-pgrx --version 0.17.0 --locked and also update your extension
crate dependencies with cargo pgrx upgrade.

Breaking Changes

v0.17.0 migrates to Rust edition 2024 and prefers to use a different resolver. It may be necessary to add these lines to the [package] section of your Cargo.toml files:

[package]
edition = "2024"
resolver = "3"

What's Changed

New Headers/Symbols
cargo-pgrx improvements
Code Cleanup
Project Administrativa

New Contributors

Full Changelog:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants