Skip to content

feat: multiple versions for the wrappers extension #1637

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 8 commits into
base: develop
Choose a base branch
from

Conversation

jfroche
Copy link
Collaborator

@jfroche jfroche commented Jun 11, 2025

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.

@jfroche jfroche requested review from a team as code owners June 11, 2025 11:48
@jfroche jfroche changed the title feat: multiple versions for the pg_graphql extension feat: multiple versions for the wrappers extension Jun 11, 2025
@jfroche jfroche force-pushed the multi-version-ext/wrappers branch from b61c743 to d27b487 Compare June 12, 2025 16:34
jfroche added 7 commits June 18, 2025 14:35
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.
Avoid compilation errors related to bindgen on aarch64-linux
@jfroche jfroche force-pushed the multi-version-ext/wrappers branch from aa920fb to e688d9b Compare June 18, 2025 12:40
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