git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: d880b20) | patch
Remove configure switch --disable-strong-random
Tue, 1 Jan 2019 11:05:51 +0000 (20:05 +0900)
Tue, 1 Jan 2019 11:05:51 +0000 (20:05 +0900)
commit 1707a0d2aa6b2bcfe78f63836c769943a1a6b9e0
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
32 files changed:
configure diff | blob | blame | history
configure.in diff | blob | blame | history
contrib/pgcrypto/expected/pgp-compression_1.out [deleted file] blob | blame | history
contrib/pgcrypto/expected/pgp-decrypt_1.out [deleted file] blob | blame | history
contrib/pgcrypto/expected/pgp-encrypt_1.out [deleted file] blob | blame | history
contrib/pgcrypto/expected/pgp-pubkey-encrypt_1.out [deleted file] blob | blame | history
contrib/pgcrypto/pgcrypto.c diff | blob | blame | history
contrib/pgcrypto/pgp-encrypt.c diff | blob | blame | history
contrib/pgcrypto/pgp-mpi-internal.c diff | blob | blame | history
contrib/pgcrypto/pgp-pubenc.c diff | blob | blame | history
contrib/pgcrypto/pgp-s2k.c diff | blob | blame | history
contrib/pgcrypto/px-crypt.c diff | blob | blame | history
contrib/pgcrypto/px.c diff | blob | blame | history
doc/src/sgml/installation.sgml diff | blob | blame | history
doc/src/sgml/monitoring.sgml diff | blob | blame | history
src/Makefile.global.in diff | blob | blame | history
src/backend/access/transam/xlog.c diff | blob | blame | history
src/backend/libpq/auth-scram.c diff | blob | blame | history
src/backend/libpq/auth.c diff | blob | blame | history
src/backend/postmaster/postmaster.c diff | blob | blame | history
src/backend/storage/ipc/ipci.c diff | blob | blame | history
src/backend/storage/lmgr/lwlocknames.txt diff | blob | blame | history
src/backend/utils/adt/float.c diff | blob | blame | history
src/backend/utils/misc/Makefile diff | blob | blame | history
src/backend/utils/misc/backend_random.c [deleted file] blob | blame | history
src/bin/pgbench/pgbench.c diff | blob | blame | history
src/include/pg_config.h.in diff | blob | blame | history
src/include/pg_config.h.win32 diff | blob | blame | history
src/include/port.h diff | blob | blame | history
src/include/utils/backend_random.h [deleted file] blob | blame | history
src/interfaces/libpq/fe-auth-scram.c diff | blob | blame | history
src/port/Makefile diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /