Skip to content

Sam/wrappers multiversion packaging, bump version to 0.5.1 and fix regression tests #1639

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

samrose
Copy link
Collaborator

@samrose samrose commented Jun 12, 2025

What kind of change does this PR introduce?

A couple of fixes to #1637 just to save time on this one.

Thanks to the work Numtide, the Rust build issues are fixed with this change, multiversion extension packaging is achived, and the version is successfully bumped to 0.5.1 @burmecia

There is a new approach introduced by Numtide to dealing with versions, and functions that handle PGRX packages, which should make updating cargo-pgrx experience, and specifying specific versions of Rust for specific packages much better going forward.

jfroche and others added 5 commits June 10, 2025 21:48
This change allows developers to target specific Rust versions for
building extensions. It implements support for building cargo extensions
and `cargo-pgrx` using the specified Rust version.
Build multiple versions of the wrappers extension on different PostgreSQL versions.

Add test for the extensions and their upgrade on PostgreSQL 15 and 17.

Make sure we build cargo extension and cargo-pgrx with the specified Rust version.
Stop using TCP sockets in builds to avoid port conflicts
Update rust overlay to build using more recent rust versions.
@samrose samrose requested review from a team as code owners June 12, 2025 00:42
Avoid compilation errors related to bindgen on aarch64-linux
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.

2 participants