Re: [PATCH] Find additional connection service files inpg_service.conf.d directory

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Find additional connection service files inpg_service.conf.d directory
Дата
Msg-id 20180619014532.GD3314@paquier.xyz
обсуждение исходный текст
Ответ на Re: [PATCH] Find additional connection service files inpg_service.conf.d directory  (Arthur Zakirov <a.zakirov@postgrespro.ru>)
Список pgsql-hackers
On Mon, Jun 18, 2018 at 07:17:14PM +0300, Arthur Zakirov wrote:
> Isn't it worth to check errno for stat(), opendir() and readdir()
> calls?

Checking for such errors is mandatory.  There are some cases where there
are filters based on errno like ENOENT, but if something unexpected is
happening the user should know about it.  Of course this depends on the
feature discussed and its properties..
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Index Skip Scan
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Partitioning with temp tables is broken