[COMMITTERS] pgsql: Make configure check for IPC::Run when --enable-tap-tests isspe - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Make configure check for IPC::Run when --enable-tap-tests isspe
Date
Msg-id E1dLasL-0007Uw-MF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make configure check for IPC::Run when --enable-tap-tests is specified.

The TAP tests mostly don't work without IPC::Run, and the reason for
the failure is not immediately obvious from the error messages you get.
So teach configure to reject --enable-tap-tests unless IPC::Run exists.
Mostly this just involves adding ax_prog_perl_modules.m4 from the GNU
autoconf archives.

This was discussed last year, but we held off on the theory that we might
be switching to CMake soon.  That's evidently not happening for v10,
so let's absorb this now.

Eugene Kazakov and Michael Paquier

Discussion: https://postgr.es/m/56BDDC20.9020506@postgrespro.ru
Discussion: https://postgr.es/m/CAB7nPqRVKG_CR4Dy_AMfE6DXcr6F7ygy2goa2atJU4XkerDRUg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c254970ad6092d201443cced570450d5b29d4234

Modified Files
--------------
aclocal.m4                     |  1 +
config/ax_prog_perl_modules.m4 | 77 +++++++++++++++++++++++++++++++++++++++++
configure                      | 78 ++++++++++++++++++++++++++++++++++++++++++
configure.in                   |  3 ++
4 files changed, 159 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix low-probability leaks of PGresult objects in the backend.
Next
From: Tatsuo Ishii
Date:
Subject: Re: [COMMITTERS] pgsql: Fix document bug regarding read onlytransactions.