Re: pgsql: Improve error reporting when location specified by postgres -D d

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Improve error reporting when location specified by postgres -D d
Дата
Msg-id 1486.1454473569@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Improve error reporting when location specified by postgres -D d  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql: Improve error reporting when location specified by postgres -D d  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-committers
Peter Eisentraut <peter_e@gmx.net> writes:
> +   if (configdir && stat(configdir, &stat_buf) != 0)
> +   {
> +       write_stderr("%s: could not access \"%s\": %s\n",
> +                    progname,
> +                    configdir,
> +                    strerror(errno));

Perhaps "could not access directory ..."?  This doesn't seem to follow the
message style guideline about specifying what sort of object you're
complaining about.

            regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add support for systemd service notifications
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add support for systemd service notifications