Re: Errno checks for rmtree()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Errno checks for rmtree()
Дата
Msg-id 25029.1108259781@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Errno checks for rmtree()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Errno checks for rmtree()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> +     elog(WARNING, "can not remove \"%s\": %s", filepath, strerror(errno));

"could not remove", please; read the message style guidelines.
Also, what's wrong with using %m here?

Otherwise it looks good.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Errno checks for rmtree()
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Errno checks for rmtree()