Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gznb/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: docker-library/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 9, 2025

  1. Only install 18+ JIT package on architectures where it's supported

    See:
    
    - https://salsa.debian.org/postgresql/postgresql/-/commit/eaa9529d8ecb0beaeebeb5b09362dbdf4ce34c0c
      "Make LLVM architectures a inclusion list so it works in the Architecture field."
      (which removes i386, notably)
    
    - https://salsa.debian.org/postgresql/postgresql/-/commit/1d6f624592d18d0cb0d694675037984f0d44b5ae
      "Disable JIT on loong64 and riscv64 again, still segfaulting."
    tianon committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    46e8474 View commit details
    Browse the repository at this point in the history
  2. Merge pull request docker-library#1345 from infosiftr/conditional-jit

    Only install 18+ JIT package on architectures where it's supported
    yosifkit authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    38b3c10 View commit details
    Browse the repository at this point in the history
Loading