You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support multiple versions of the pg_jsonschema extension (#1757)
* feat: multiple versions for the pg_jsonschema extension
Build multiple versions of the pg_jsonschema extension to on different PostgreSQL versions.
Add test for the extensions and their upgrade on PostgreSQL 15 and 17.
* fix: centralize bindgen hook override for pgrx extensions
Move the bindgen hook fix for ARM NEON vector ABI issues from
pg_graphql to mkPgrxExtension, making it available to all pgrx-based
extensions. This fix applies to pgrx versions 0.6.1 through 0.11.2
when building on aarch64-linux.
* fix: missing dependency on macOS for pg_jsonschema
* chore: bump to release
---------
Co-authored-by: Sam Rose <[email protected]>