Re: Add hint message for check_log_destination() - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add hint message for check_log_destination()
Date
Msg-id ZKjqsaFuRLJADLRt@paquier.xyz
Whole thread Raw
In response to Re: Add hint message for check_log_destination()  (Japin Li <japinli@hotmail.com>)
Responses Re: Add hint message for check_log_destination()
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add more sanity checks around callers of changeDependencyFor()
Next
From: Paul A Jungwirth
Date:
Subject: Re: Check lateral references within PHVs for memoize cache keys