[COMMITTERS] pgsql: Require sufficiently modern version of Test::More for TAP tests - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Require sufficiently modern version of Test::More for TAP tests
Date
Msg-id E1d1w1p-0007yO-GX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Require sufficiently modern version of Test::More for TAP tests

Ancient versions of Test::More don't support the note() function used in
some TAP tests, so we require the minimum version of the module that
does.

Branch
------
master

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

Modified Files
--------------
src/test/perl/TestLib.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Partially revert commit536d47bd9d5fce8d91929bee3128fa1d08dbcc57
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make PostgresNode::append_conf append a newline automatically.