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

Big endian support for PG 16 #1894

Merged
merged 2 commits into from
May 28, 2024
Merged

Big endian support for PG 16 #1894

merged 2 commits into from
May 28, 2024

Conversation

df7cb
Copy link
Contributor

@df7cb df7cb commented May 24, 2024

  • Order some regression tests for stability on big-endian

On Debian's s390x architecture, some regression tests were failing
because the result set was reordered. Fix by attaching ORDER BY in
problematic cases.

  • Move agtype_hash_cmp tests to separate file

Output of the agtype_hash_cmp function varies depending on the machine
endianness. Move tests to a separate file and supply little-endian and
big-endian output expected files.

df7cb added 2 commits May 24, 2024 14:24
On Debian's s390x architecture, some regression tests were failing
because the result set was reordered. Fix by attaching ORDER BY in
problematic cases.
Output of the agtype_hash_cmp function varies depending on the machine
endianness. Move tests to a separate file and supply little-endian and
big-endian output expected files.
@github-actions github-actions bot added the PG16 label May 24, 2024
@df7cb df7cb mentioned this pull request May 24, 2024
@jrgemignani jrgemignani merged commit 46c6464 into apache:PG16 May 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants