convert elog(LOG) calls to ereport

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема convert elog(LOG) calls to ereport
Дата
Msg-id 92d6f545-5102-65d8-3c87-489f71ea0a37@enterprisedb.com
обсуждение исходный текст
Ответы Re: convert elog(LOG) calls to ereport  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Re: convert elog(LOG) calls to ereport  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
There are a number of elog(LOG) calls that appear to be user-facing, so 
they should be ereport()s.  This patch changes them.  There are more 
elog(LOG) calls remaining, but they all appear to be some kind of 
debugging support.  Also, I changed a few elog(FATAL)s that were nearby, 
but I didn't specifically look for them.

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: Huge memory consumption on partitioned table with FKs
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: Corner-case bug in pg_rewind