Re: improving user.c error messages

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: improving user.c error messages
Дата
Msg-id 3165700.1674763663@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: improving user.c error messages  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: improving user.c error messages
Список pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes:
> On Thu, Jan 26, 2023 at 02:42:05PM -0500, Robert Haas wrote:
>> Basically my question is whether having one error message for all of
>> those cases is good enough, or whether we should be trying harder.

I think the password case needs to be kept separate, because the
conditions for it are different (specifically the exception that
you can alter your own password).  Lumping the rest together
seems OK to me.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: suppressing useless wakeups in logical/worker.c
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Something is wrong with wal_compression