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

feat: add aarch64 support #127

Merged
merged 1 commit into from
Apr 26, 2021
Merged

feat: add aarch64 support #127

merged 1 commit into from
Apr 26, 2021

Conversation

Hoverbear
Copy link
Contributor

Adds aarch64 support to PGX by using std::os::raw::c_char instead of i8 or u8s.

In theory, this may add support for other architectures as well.

@Hoverbear Hoverbear self-assigned this Apr 23, 2021
@eeeebbbbrrrr
Copy link
Contributor

I like the changes here. And FWIW it instantly clears up my mental confusion about c_char.

Signed-off-by: Ana Hobden <operator@hoverbear.org>
@Hoverbear Hoverbear merged commit 55e4452 into develop Apr 26, 2021
Hoverbear added a commit that referenced this pull request May 1, 2021
`pgx` v0.1.21 is a minor feature release with the following features:

* aarch64 support was added (#127)
* add Nix flake (#124)
* `cargo-pgx pgx init` does `initdb` (#123)
* Improve handling of feature flags (#118)
* Allow overriding function names and returning schema-qualified type (#117)
* update dependencies (#122).
* (docs) Add caveat about reconnecting after updating extension (#116)

There were the following fixes:

* (`cargo-pgx`) on init, lazy fetch version list (#119)

To upgrade, please run:

```
$ cargo install cargo-pgx --version 0.1.21
```

Also, make sure to update your Cargo.toml dependencies.

Signed-off-by: Ana Hobden <operator@hoverbear.org>
@Hoverbear Hoverbear mentioned this pull request May 1, 2021
Hoverbear added a commit that referenced this pull request May 1, 2021
`pgx` v0.1.21 is a minor feature release with the following features:

* aarch64 support was added (#127)
* add Nix flake (#124)
* `cargo-pgx pgx init` does `initdb` (#123)
* Improve handling of feature flags (#118)
* Allow overriding function names and returning schema-qualified type (#117)
* update dependencies (#122).
* (docs) Add caveat about reconnecting after updating extension (#116)

There were the following fixes:

* (`cargo-pgx`) on init, lazy fetch version list (#119)

To upgrade, please run:

```
$ cargo install cargo-pgx --version 0.1.21
```

Also, make sure to update your Cargo.toml dependencies.

Signed-off-by: Ana Hobden <operator@hoverbear.org>
@Hoverbear Hoverbear deleted the aarch64-support branch February 25, 2022 22:00
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

2 participants