pgsql: Allow ENOENT in check_mode_recursive().

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Allow ENOENT in check_mode_recursive().
Дата
Msg-id E1fyoX7-0003sZ-27@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow ENOENT in check_mode_recursive().

Buildfarm member tern failed src/bin/pg_ctl/t/001_start_stop.pl when a
check_mode_recursive() call overlapped a server's startup-time deletion
of pg_stat/global.stat.  Just warn.  Also, include errno in the message.
Back-patch to v11, where check_mode_recursive() first appeared.

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/test/perl/TestLib.pm | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix v10 back-patch of 076a3c2112b127b3b36346dbc64659f9a165f60f.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Install a check for mis-linking of src/port and src/commonfunct