Re: convert elog(LOG) calls to ereport - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: convert elog(LOG) calls to ereport
Date
Msg-id dd0c9d79-2ea9-bfce-0631-7852e9bc5824@enterprisedb.com
Whole thread Raw
In response to Re: convert elog(LOG) calls to ereport  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2020-12-03 08:02, Michael Paquier wrote:
> +   else
> +       ereport(LOG,
> +               (errmsg("checkpoint starting:%s%s%s%s%s%s%s%s",
> 
> Would it be better to add a note for translators here, in short that
> all those %s are options related to checkpoint/restartpoints?

done

> The ones in geqo_erx.c look like debugging information, and the ones
> in win32_shmem.c for segment creation are code paths only used by the
> postmaster.

I dialed those back a bit.



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: convert elog(LOG) calls to ereport
Next
From: Peter Eisentraut
Date:
Subject: Re: convert elog(LOG) calls to ereport