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 12 #1898

Merged
merged 2 commits into from
May 28, 2024
Merged

Big endian support for PG 12 #1898

merged 2 commits into from
May 28, 2024

Commits on May 24, 2024

  1. 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.
    df7cb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ed97491 View commit details
    Browse the repository at this point in the history
  2. 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 committed May 24, 2024
    Configuration menu
    Copy the full SHA
    d8e9b24 View commit details
    Browse the repository at this point in the history