[COMMITTERS] pgsql: Require sufficiently modern version of Test::More for TAP tests

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [COMMITTERS] pgsql: Require sufficiently modern version of Test::More for TAP tests
Дата
Msg-id E1d1w1p-0007yO-GX@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Partially revert commit536d47bd9d5fce8d91929bee3128fa1d08dbcc57
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Make PostgresNode::append_conf append a newline automatically.