pgsql: Log LLVM library version in configure output.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Log LLVM library version in configure output.
Date: 2023-10-22 01:43:10
Message-ID: E1quNUj-001kWo-Uk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log LLVM library version in configure output.

When scanning build farm results, it's useful to be able to see which
version is in use. For the Meson build system, this information was
already displayed.

Back-patch to all supported branches.

Discussion: https://postgr.es/m/4022690.1697852728%40sss.pgh.pa.us

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3b0f20f6ce145b0cd5aefa147a7e425b60601a58

Modified Files
--------------
config/llvm.m4 | 1 +
configure | 2 ++
2 files changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-10-22 01:43:20 pgsql: Log LLVM library version in configure output.
Previous Message Thomas Munro 2023-10-22 01:43:01 pgsql: Log LLVM library version in configure output.