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

Fix library extension for Postgres 16 on macOS #140

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Fix library extension for Postgres 16 on macOS #140

merged 1 commit into from
Oct 2, 2023

Conversation

bayandin
Copy link
Contributor

@bayandin bayandin commented Oct 1, 2023

Currently, CREATE EXTENSION h3 fails on Postgres 16 on macOS, with the error:

ERROR:  could not access file "h3": No such file or directory

Since this version, the shared library extension on macOS is dylib, not so (ref).

This PR explicitly sets .dylib suffix for libraries on macOS for Postgres >= 16.

@zachasme zachasme merged commit 58b7c17 into zachasme:main Oct 2, 2023
@zachasme
Copy link
Owner

zachasme commented Oct 2, 2023

Hi @bayandin, I was not aware of this change, so thank you for the PR!

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