pgsql: Remove remaining traces of Rand_OpenSSL() from the tree

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove remaining traces of Rand_OpenSSL() from the tree
Date: 2019-06-26 23:36:18
Message-ID: E1hgHSc-0003Up-RY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove remaining traces of Rand_OpenSSL() from the tree

fe0a0b5 has removed the last use of this routine from pgcrypto, leading
to a useless symbol definition and an extra configure check.

Author: Michael Paquier
Reviewed-by: Daniel Gustafsson, Tom Lane
Discussion: https://postgr.es/m/20190626142544.GN1714@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/322c5bfdc3d76f6463768ecd8fced30c881b8be5

Modified Files
--------------
configure | 2 +-
configure.in | 2 +-
src/include/pg_config.h.in | 3 ---
3 files changed, 2 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2019-06-26 23:43:10 Re: UCT (Re: pgsql: Update time zone data files to tzdata release 2019a.)
Previous Message Alvaro Herrera 2019-06-26 23:04:15 Re: pgsql: Fix partitioned index creation with foreign partitions