Re: [HACKERS] For review: Server instrumentation patch

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [HACKERS] For review: Server instrumentation patch
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9647@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: [HACKERS] For review: Server instrumentation patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-patches

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
> Sent: 01 August 2005 03:26
> To: Dave Page
> Cc: PostgreSQL-patches
> Subject: Re: [HACKERS] For review: Server instrumentation patch
>
> Dave Page wrote:
> >
> > [Resent as the list seems to have rejected yesterdays attempt]
> >
> > As per Bruce's request, here's a copy of Andreas' server
> > instrumentation patch for review. I've separated out the
> > dbsize stuff and pg_terminate_backend is also not included.
> >
> > This version was generated against CVS today.
> >
> > As far as I can tell from review of comments made back to
> > pre-8.0, all security and other concerns raised have been addressed.
>
> Here is a modified version of your patch that adds functions to do
> configuration file reload, and log file rotation.

OK, thanks. Are there any objections to adding pg_dir_ls() and
pg_file_read() which will allow us to look at the log directory, and the
logfiles themselves?

Regards, Dave

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

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Re: [HACKERS] Autovacuum loose ends
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: per user/database connections limit again