Re: more contrib: log rotator

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: more contrib: log rotator
Дата
Msg-id Pine.LNX.4.44.0304050200300.1945-200000@peter.localdomain
обсуждение исходный текст
Ответ на Re: more contrib: log rotator  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: more contrib: log rotator  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: more contrib: log rotator  (Christopher Browne <cbbrowne@cbbrowne.com>)
Список pgsql-hackers
Tom Lane writes:

> AFAICS, the only practical way to do this is to have a single process
> collecting the stdout/stderr from the postmaster and all its children.

I think not.  It's a little tricky handling it directly in the child
processes, but it's been done before.

> If someone can offer a better alternative than Andrew's, great, let's
> see it.

How about the attached one, which I floated a while ago but which didn't
generate much interest.

-- 
Peter Eisentraut   peter_e@gmx.net

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command   (send "unregister YourEmailAddressHere" to
majordomo@postgresql.org)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Stuff that doesn't work yet in IPv6 patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: more contrib: log rotator