Re: pgsql: Remove function names from error messages

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: pgsql: Remove function names from error messages
Дата
Msg-id 20181219234103.GC27104@paquier.xyz
обсуждение исходный текст
Ответ на pgsql: Remove function names from error messages  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Remove function names from error messages  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Remove function names from error messages  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
On Wed, Dec 19, 2018 at 05:53:48PM +0000, Alvaro Herrera wrote:
> Remove function names from error messages
>
> They are not necessary, and having them there gives useless work for
> translators.

I am spotting a couple of extra ones for functions:
src/backend/access/transam/xlog.c:
(errmsg("pg_stop_backup cleanup done, waiting for required WAL segments
to be archived")));

src/backend/access/transam/xlog.c:
(errmsg("pg_stop_backup still waiting for all required WAL segments to
be archived (%d seconds elapsed)",

Perhaps these could be improved as well?
--
Michael

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make type "name" collation-aware.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Remove function names from error messages