Re: Ready for Beta ... ?

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: Ready for Beta ... ?
Дата
Msg-id 4116A362.8000701@pse-consulting.de
обсуждение исходный текст
Ответ на Re: Ready for Beta ... ?  ("Marc G. Fournier" <scrappy@postgresql.org>)
Ответы Re: Ready for Beta ... ?  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-hackers
Marc G. Fournier wrote:

>> Basically I think you will need a vote to expand this in 8.1.
> 
> 
> Hate to ask, but can someone summarize what it is that is being 
> "discussed" here?  Andreas' post about 'size triggering' is what drew my 
> eye, but I think I missed the central point :(

Summary:

The patch I originally posted (in June) implemented a log rotation, 
which was triggered by call to a function, not automatically (subject to 
a to-be-written surveillance process), and implemented inside elog.c 
(more or less). Tom had many objections, and this emerged to the current 
implementation of a subprocess that will do rotation automatically 
dependent on size and/or age limits and seems valuable.
My postings also included manual triggering of logfile switching, 
catching SIGUSR1 (from SendPostmasterSignal) and setting the flag which 
otherwise is set by exceeding of configured size/age limit or a 
postgresql.conf settings change (SIGHUP triggered).
Signal handling is not a big deal, but can't be coded with a contrib module.

Tom believes nobody needs that, and fears decreased reliability.

Regards,
Andreas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: The new try/catch macros
Следующее
От: Thomas Hallgren
Дата:
Сообщение: Re: The new try/catch macros