Skip to content
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

Bump version to 0.3.0 with pg16 compat #47

Merged
merged 3 commits into from Feb 29, 2024
Merged

Bump version to 0.3.0 with pg16 compat #47

merged 3 commits into from Feb 29, 2024

Conversation

olirice
Copy link
Collaborator

@olirice olirice commented Feb 28, 2024

What kind of change does this PR introduce?

Adds pg16 compatibility in a formal release

@olirice
Copy link
Collaborator Author

olirice commented Feb 28, 2024

@imor do you have any idea what's going on with that build failure? Its reproducible locally with

docker-compose -f .ci/docker-compose.yaml run test_pg_jsonschema

but is only occurring for me inside docker, not natively

@imor
Copy link
Contributor

imor commented Feb 29, 2024

@imor do you have any idea what's going on with that build failure? Its reproducible locally with

docker-compose -f .ci/docker-compose.yaml run test_pg_jsonschema

but is only occurring for me inside docker, not natively

Fixed by using stable toolchain instead of nightly. The ahash crate had made some incorrect assumptions which were broken in a recent nightly release. This was fixed in ahash 0.8.7 but pgrx 0.11.2 still depended on an older affected version (0.8.3).

ahash ticket:

tkaitchuck/aHash#200

@olirice olirice merged commit 7c43f1e into master Feb 29, 2024
1 check passed
@olirice olirice deleted the or/v0.3.0 branch February 29, 2024 13:51
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.

None yet

3 participants