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:59
Message-ID: E1quNVW-001ka6-SM@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_11_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-23 01:00:42 pgsql: doc: Fix some grammar and inconsistent tags
Previous Message Thomas Munro 2023-10-22 01:43:49 pgsql: Log LLVM library version in configure output.