Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #299005 from NickCao/postgrespin

postgresql: enable spinlock on riscv

authored by Mario Rodas and committed by GitHub e7eeffbc 261c11bc

Changed files
-1
pkgs
servers
sql
postgresql
-1
pkgs/servers/sql/postgresql/generic.nix
··· 106 106 ++ lib.optionals zstdEnabled [ "--with-zstd" ] 107 107 ++ lib.optionals gssSupport [ "--with-gssapi" ] 108 108 ++ lib.optionals pythonSupport [ "--with-python" ] 109 - ++ lib.optionals stdenv'.hostPlatform.isRiscV [ "--disable-spinlocks" ] 110 109 ++ lib.optionals jitSupport [ "--with-llvm" ] 111 110 ++ lib.optionals stdenv'.isLinux [ "--with-pam" ]; 112 111