Re: Disallow setting client_min_messages > ERROR?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Disallow setting client_min_messages > ERROR?
Дата
Msg-id 10368.1541716626@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Disallow setting client_min_messages > ERROR?  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: Disallow setting client_min_messages > ERROR?  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Список pgsql-hackers
"Jonah H. Harris" <jonah.harris@gmail.com> writes:
> On Thu, Nov 8, 2018 at 10:56 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> We could implement the clamp either in elog.c or in a GUC assignment
>> hook.  If we do the latter, then SHOW and pg_settings would report the
>> effective value rather than what you set.  That seems a bit cleaner
>> to me, and not without precedent.  As far as the backwards compatibility
>> angle goes, you can invent scenarios in which either choice could be
>> argued to break something; but I think the most likely avenue for
>> trouble is if the visible setting doesn't match the actual behavior.
>> So I'm leaning to the assign-hook approach; comments?

> My patch used the check hook, but works either way.

I was deliberately not getting into the detail of which hook to use ;-).

Anyway, pushed with some adjustments and work on the documentation.
Notably, I thought the warning message was inappropriate and
overcomplicated, so I just dropped it.  I don't think we really need
anything there.

            regards, tom lane


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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Speeding up INSERTs and UPDATEs to partitioned tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Surjective functional indexes