Re: Fix the error hint message and test for reset_shared with iso-8859-1 stats type

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fix the error hint message and test for reset_shared with iso-8859-1 stats type
Дата
Msg-id afE-xDMoN3hqEjnF@paquier.xyz
обсуждение
Ответы Re: Fix the error hint message and test for reset_shared with iso-8859-1 stats type
Список pgsql-hackers
On Tue, Apr 28, 2026 at 08:18:21PM +0500, Maksim Logvinenko wrote:
> The existing error hint message and test were missing the fact that
> recently added new lock stats kind.
>
> @@ -1987,7 +1987,7 @@ pg_stat_reset_shared(PG_FUNCTION_ARGS)
>          ereport(ERROR,
>                  (errcode(ERRCODE_INVALID_PARAMETER_VALUE),
>                   errmsg("unrecognized reset target: \"%s\"", target),
> -                 errhint("Target must be \"archiver\", \"bgwriter\", \"checkpointer\", \"io\",
\"recovery_prefetch\",\"slru\", or \"wal\".")));
 
> +                 errhint("Target must be \"archiver\", \"bgwriter\", \"checkpointer\", \"io\", \"lock\",
\"recovery_prefetch\",\"slru\", or \"wal\".")));
 

Right, thanks for the report, Maksim.  I'll fix it later.
--
Michael

Вложения

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