Re: Add hint message for check_log_destination()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Add hint message for check_log_destination()
Дата
Msg-id ZKjqsaFuRLJADLRt@paquier.xyz
обсуждение исходный текст
Ответ на Re: Add hint message for check_log_destination()  (Japin Li <japinli@hotmail.com>)
Ответы Re: Add hint message for check_log_destination()
Список pgsql-hackers
On Fri, Jul 07, 2023 at 07:23:47PM +0800, Japin Li wrote:
> +            appendStringInfoString(&errhint, "\"stderr\"");
> +#ifdef HAVE_SYSLOG
> +            appendStringInfoString(&errhint, ", \"syslog\"");
> +#endif
> +#ifdef WIN32
> +            appendStringInfoString(&errhint, ", \"eventlog\"");
> +#endif
> +            appendStringInfoString(&errhint, ", \"csvlog\", and \"jsonlog\"");

Hmm.  Is that OK as a translatable string?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add more sanity checks around callers of changeDependencyFor()
Следующее
От: Paul A Jungwirth
Дата:
Сообщение: Re: Check lateral references within PHVs for memoize cache keys