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:01
Message-ID: E1quNUa-001kWB-So@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5e4dacb9878cf71e32950e90993afd9450dab4da

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:10 pgsql: Log LLVM library version in configure output.
Previous Message Thomas Munro 2023-10-21 21:27:38 pgsql: Fix min_dynamic_shared_memory on Windows.