• Michael Paquier's avatar
    Remove configure switch --disable-strong-random · 1707a0d2
    Michael Paquier authored
    This removes a portion of infrastructure introduced by fe0a0b59 to allow
    compilation of Postgres in environments where no strong random source is
    available, meaning that there is no linking to OpenSSL and no
    /dev/urandom (Windows having its own CryptoAPI).  No systems shipped
    this century lack /dev/urandom, and the buildfarm is actually not
    testing this switch at all, so just remove it.  This simplifies
    particularly some backend code which included a fallback implementation
    using shared memory, and removes a set of alternate regression output
    files from pgcrypto.
    
    Author: Michael Paquier
    Reviewed-by: Tom Lane
    Discussion: https://postgr.es/m/20181230063219.GG608@paquier.xyz
    1707a0d2
Makefile.global.in 32.3 KB