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:20
Message-ID: E1quNUt-001kXP-JZ@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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0e49e23782c55237f54aa60ed7a2b755b47cd4a2

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:30 pgsql: Log LLVM library version in configure output.
Previous Message Thomas Munro 2023-10-22 01:43:10 pgsql: Log LLVM library version in configure output.