pgsql: Report found versions of required perl modules

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Report found versions of required perl modules
Date: 2021-11-12 15:41:22
Message-ID: E1mlYg6-0007ub-JW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Report found versions of required perl modules

Configure tests for the presence of perl modules required for TAP tests,
and that they meet specified minimum version requirements. This patch
makes it report the version of the module that's actually found rather
than just an 'ok' message. This will help in deciding if we can upgrade
minimum requirements for these modules.

Discussion: https://postgr.es/m/f5e1d308-4e33-37a7-bdf1-f6e0c75119de@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1593998ae858902e805eb0f8bf3b019399044471

Modified Files
--------------
config/ax_prog_perl_modules.m4 | 4 ++--
configure | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-11-12 16:50:56 pgsql: postgres_fdw: suppress casts on constants in limited cases.
Previous Message Tom Lane 2021-11-12 14:21:05 Re: pgsql: Remove check for accept() argument types