Re: [HACKERS] For review: Server instrumentation patch

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

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
> Sent: 12 August 2005 04:27
> To: PostgreSQL-patches
> Cc: Dave Page; Andreas Pflug
> Subject: Re: [PATCHES] [HACKERS] For review: Server
> instrumentation patch
>
> Here is an updated patch I have just applied (catalog version
> updated).
> I have added these functions:
>
>         pg_stat_file()
>         pg_read_file()
>         pg_ls_dir()
>         pg_reload_conf()
>         pg_rotate_logfile()
>
> I did not include pg_logdir_ls because that was basically
> pg_ls_dir with
> logic to decode the log file name and convert it to a timestamp.  That
> seemed best done in the client.
>
> I also renamed a number of the functions to be use verb-noun, rather
> than noun-verb.

Thanks Bruce.

Regards, Dave.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug in canonicalize_path()
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: [HACKERS] For review: Server instrumentation patch