pgsql: Log OpenSSL version in ./configure output

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Log OpenSSL version in ./configure output
Date: 2023-10-25 00:28:07
Message-ID: E1qvRkk-002Bdx-PJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55a428a18d03f332791e15db9ed6ee51156ecd3b

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-25 00:42:13 pgsql: doc: Fix some typos and grammar
Previous Message Jeff Davis 2023-10-24 23:00:08 Re: pgsql: Doc: document bpchar, clarify relationship of text and varchar.