Skip to content

feat: multiple versions for the wrappers extension #1663

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

Merged
merged 19 commits into from
Jul 8, 2025

Conversation

jfroche
Copy link
Collaborator

@jfroche jfroche commented Jun 20, 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 20, 2025 21:04
@jfroche jfroche force-pushed the multi-version-ext/wrappers branch from 60ffd26 to a8178a0 Compare June 20, 2025 22:27
@samrose samrose force-pushed the multi-version-ext/wrappers branch 3 times, most recently from 472a226 to b67f7ce Compare June 25, 2025 17:31
@jfroche jfroche force-pushed the multi-version-ext/wrappers branch 2 times, most recently from 6780156 to 0dfb58a Compare June 26, 2025 10:01
@jfroche jfroche force-pushed the multi-version-ext/wrappers branch from 0dfb58a to 1cd8f2a Compare July 7, 2025 09:49
jfroche and others added 18 commits July 7, 2025 19:30
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
Current MacOS builder cannot handle multiple versions
Current runner doesn't have enough disk space
aarch64 darwin has issues building all the postgresql with their
extensions in parallel. `devShell` depends on `start-server` which depends
on the `makePostgresDevSetup`which depends on all databases.
The `makeCheckHarness` function depends on all postgresql versions.
@samrose samrose force-pushed the multi-version-ext/wrappers branch from a3eabb8 to 24bc58b Compare July 7, 2025 23:32
@samrose samrose merged commit b806c07 into develop Jul 8, 2025
24 of 25 checks passed
@samrose samrose deleted the multi-version-ext/wrappers branch July 8, 2025 01:46
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.

3 participants