postgresql/src
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random
This removes a portion of infrastructure introduced by fe0a0b5 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
2019-01-01 20:05:51 +09:00
..
backend Remove configure switch --disable-strong-random 2019-01-01 20:05:51 +09:00
bin Remove configure switch --disable-strong-random 2019-01-01 20:05:51 +09:00
common Fix portability failure introduced in commits d2b0b60e7 et al. 2018-12-26 15:30:10 -05:00
fe_utils Fix translation of special characters in psql's LaTeX output modes. 2018-11-26 17:32:51 -05:00
include Remove configure switch --disable-strong-random 2019-01-01 20:05:51 +09:00
interfaces Remove configure switch --disable-strong-random 2019-01-01 20:05:51 +09:00
makefiles Process EXTRA_INSTALL serially, during the first temp-install. 2018-12-31 13:54:38 -08:00
pl Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQL 2018-12-30 14:35:15 +09:00
port Remove configure switch --disable-strong-random 2019-01-01 20:05:51 +09:00
template Yet further rethinking of build changes for macOS Mojave. 2018-11-02 18:54:00 -04:00
test pg_regress: Promptly detect failed postmaster startup. 2018-12-31 13:50:32 -08:00
timezone Sync our copy of the timezone library with IANA release tzcode2018g. 2018-10-31 09:47:53 -04:00
tools Create a separate oid range for oids assigned by genbki.pl. 2018-12-13 14:50:57 -08:00
tutorial Deduplicate "invalid input syntax" messages for various types. 2018-07-22 14:58:01 -07:00
.gitignore
DEVELOPERS
Makefile Fix partial-build problems introduced by having more generated headers. 2018-04-09 16:42:10 -04:00
Makefile.global.in Remove configure switch --disable-strong-random 2019-01-01 20:05:51 +09:00
Makefile.shlib Ensure static libraries have correct mod time even if ranlib messes it up. 2018-11-29 15:53:44 -05:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00