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:30
Message-ID: E1quNV3-001kY4-Ub@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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/03e749c2b89e880e0a226458e9446fca4440696f

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