Re: syslog by default?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: syslog by default?
Дата
Msg-id Pine.LNX.4.30.0109121402310.694-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: syslog by default?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы 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...

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: enable-unicode-conversion option?
Следующее
От: Patrick Welche
Дата:
Сообщение: Re: backend hba.c prob