Re: syslog by default?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: syslog by default?
Дата
Msg-id 200109121420.f8CEKcg06696@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: syslog by default?  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: syslog by default?
Re: syslog by default?
Список pgsql-hackers
> Tatsuo Ishii writes:
> 
> > Why are you so worrying about finding syslog() in configure? We have
> > already done lots of function testings. Is there anything special with
> > syslog()?
> 
> All the other functions we test for come with a replacement plan.  Either
> we choose between several similar alternatives (atexit/on_exit), or we
> link in our own function.o file.  But we don't shut off a whole piece of
> functionality when one goes missing (except in the cases I mentioned).
> 
> I'm probably being paranoid.  But you did ask what became of the idea, and
> that's what did, as far as I'm concerned...

OK, that makes sense.  My only question is how many platforms _don't_
have syslog.  If it is only NT and QNX, I think we can live with using
it by default if it exists.

--  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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: factorial doc bug?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Index location patch for review