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 (zero-copy)-Array so that when working with fixed-size, pass-by-value… #1125

Merged
merged 2 commits into from
Apr 27, 2023

Conversation

eeeebbbbrrrr
Copy link
Contributor

Datums we still treat them as Datums instead of assuming those N bytes in memory represent the type. This isn't true for arrays of enums and might not be true for other types as well.

…-value Datums we still treat them as Datums instead of assuming those N bytes in memory represent the type. This isn't true for arrays of enums and might not be true for other types as well.
@eeeebbbbrrrr eeeebbbbrrrr added bug Something isn't working ffi-safety labels Apr 26, 2023
@eeeebbbbrrrr
Copy link
Contributor Author

This is going to prompt a 0.8.2 release soon as we're sure this passes tests on aarch64 -- a thing we unfortunately need to manually determine.

Copy link
Contributor

@BradyBonnette BradyBonnette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, also runs tests successfully in a one-off aarch64 Ubuntu environment using pg13 .

@eeeebbbbrrrr eeeebbbbrrrr merged commit f5f9d2e into develop Apr 27, 2023
@eeeebbbbrrrr eeeebbbbrrrr deleted the array-of-enums-fix branch June 20, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ffi-safety
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants