Re: warning message in standby

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: warning message in standby
Дата
Msg-id 13353.1276528173@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: warning message in standby  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: warning message in standby  (Robert Haas <robertmhaas@gmail.com>)
Re: warning message in standby  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> writes:
> Should I be downgrading Hot Standby breakages to LOG? That will
> certainly help high availability as well.

If a message is being issued in a non-user-connected session, there
is basically not a lot of point in WARNING or below.  It should either
be LOG, or ERROR/FATAL/PANIC (which are probably all about the same
thing in the startup process...)
        regards, tom lane


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: warning message in standby
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Typo in plperl doc ?