pgsql: Log OpenSSL version in ./configure output - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Log OpenSSL version in ./configure output
Date
Msg-id E1qvRkk-002Bdy-QQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Log OpenSSL version in ./configure output

This information is useful to know when scanning buildfarm results, and
it is already displayed in Meson.  The output of `openssl version` is
logged, with the command retrieved from PATH.

This depends on c8e4030d1bdd, so backpatch down to 16.

Reviewed-by: Peter Eisentraut, Daniel Gustafsson, Tom Lane
Discussion: https://postgr.es/m/ZTW9yOlZaSVoFhTz@paquier.xyz
Backpatch-through: 16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f76f1ef00d3e6f5789d8fe51dcaf3417208159c6

Modified Files
--------------
configure    | 3 +++
configure.ac | 2 ++
2 files changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix some typos and grammar