Re: A couple items on TODO

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: A couple items on TODO
Дата
Msg-id 200108231646.f7NGkI915986@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: A couple items on TODO  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> AFAIR, elog at NOTICE or DEBUG level isn't really supposed to have any
> side-effects.  The bigger issue is that you have to be careful about
> using it in certain places, mainly during startup or for reporting
> communication errors.  (send failure -> elog -> tries to send message to
> client -> send failure -> elog -> trouble)
> 
> Also, I believe most of the printf's in the backend are in debugging
> support code that's not even compiled by default.  The return on
> investment from converting those routines to use elog is really nil.
> There may be a few remaining printf calls that should be converted to
> elog, but I don't think this is a big issue.

Clearly not a big issue, but something someone can poke around at to get
started.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: OLAP, Aggregates, and order of operations
Следующее
От: jason.ory@ndchealth.com
Дата:
Сообщение: Toast, Text, blob bytea Huh?