Re: more contrib: log rotator

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: more contrib: log rotator
Дата
Msg-id 20030406221715.GG26566@libertyrms.info
обсуждение исходный текст
Ответ на Re: more contrib: log rotator  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: more contrib: log rotator
Список pgsql-hackers
On Sun, Apr 06, 2003 at 11:03:27PM +0200, Peter Eisentraut wrote:
> Linux systems have a standard system log rotation mechanism (see
> logrotate(8)), which can rotate logs by size and time and has a number of
> other features.  I would rather depend on that kind of preferred system

But it's not available on every platform.  And according to my
/usr/share/doc/logrotate/copyright, it's GPL, so you can't
redistribute it with PostgreSQL.  Building it in was one of the
criteria, I thought

> And we already depend on cron for vacuuming anyway.

But that dependency is actually a liability, because there's no way
to say, "Hey, I really need to be vacuumed now." We (at Liberty) are
currently going through a remarkable number of hoops trying to get
around that very limitation

A

-- 
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8                                        +1 416 646 3304
x110



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

Предыдущее
От: Giles Lean
Дата:
Сообщение: Re: more contrib: log rotator
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Detecting corrupted pages earlier